Esempio n. 1
0
 public FrmParent()
 {
     InitializeComponent();
     this.Load         += new EventHandler(FrmParent_Load);
     FrmParent.Instance = this;
     loading.Visible    = false;
 }
Esempio n. 2
0
 public FrmParent()
 {
     InitializeComponent();
     this.Load += new EventHandler(FrmParent_Load);
     FrmParent.Instance = this;
     loading.Visible = false;
 }