| Current Path : C:/Users/Public/Documents/DXperience 13.1 Demos/WinForms/CS/SpreadsheetMainDemo/ |
| Current File : C:/Users/Public/Documents/DXperience 13.1 Demos/WinForms/CS/SpreadsheetMainDemo/Program.cs |
using System;
using System.Windows.Forms;
using System.Collections.Generic;
namespace DevExpress.XtraSpreadsheet.Demos {
static class Program {
[STAThread]
static void Main() {
DevExpress.UserSkins.BonusSkins.Register();
Application.Run(new frmMain());
}
}
}