mirror of
https://github.com/DevExpress/netcore-winforms-demos.git
synced 2025-12-25 10:57:30 +00:00
Add Outlook Inspired and Stock Market demos
This commit is contained in:
16
StockMarketTraderApp/Tiles/TileChartMedium.cs
Normal file
16
StockMarketTraderApp/Tiles/TileChartMedium.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
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();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user