Esempio n. 1
0
 public static void InitializeProgram()
 {
     screens             = ScreensFactory.LoadScreenList();
     ActiveScreen.Screen = screens[0];
     ActiveControl       = new ActControlManager();
     propGrid            = new PropertyGrid();
     // ActiveScreen = screens[0];
 }
Esempio n. 2
0
 public static void InitializeProgram()
 {
     screens             = ScreensFactory.LoadScreenList();
     ActiveScreen.Screen = screens[0];
     propGrid            = new PropertyGrid();
 }