mirror of
https://github.com/DevExpress/netcore-winforms-demos.git
synced 2025-12-22 17:39:24 +00:00
17 lines
396 B
C#
17 lines
396 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.ComponentModel;
|
|
using System.Drawing;
|
|
using System.Data;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Windows.Forms;
|
|
|
|
namespace DevExpress.StockMarketTrader.Tiles {
|
|
public partial class TileChartMedium : UserControl {
|
|
public TileChartMedium() {
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|