Example #1
0
        static void Main()
        {
            ElementManager e  = new ElementManager();
            WorkFlow       wf = new WorkFlow();
            ScreenManager  sm = new ScreenManager();

            TraceHelper.SetupListener();
            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);
            Application.Run(new Form1());
        }
 public ElementManager()
 {
     Instance = this;
 }