Example #1
0
 //---------------------------------------------------------------------
 public frmMain()
 {
     InitializeComponent();
     if (!MyApp.Init())
     {
         this.Close();
     }
 }