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