Example #1
0
 public AppForm(AppUI i_AppUI)
 {
     r_AppUI = i_AppUI;
     InitializeComponent();
 }
Example #2
0
        static void Main()
        {
            AppUI MyApp = new AppUI();

            MyApp.RunApp();
        }