Beispiel #1
0
 public FormMain()
 {
     InitializeComponent();
     _frmPopUp   = new FormPopUp(this);
     _frmConfirm = new FormConfirm(this);
     _frmChat    = new FormChat(this);
     _frmRefill  = new FormRefill(this);
 }
Beispiel #2
0
 public FormMain()
 {
     InitializeComponent();
     _frmPopUp = new FormPopUp(this);
     _frmConfirm = new FormConfirm(this);
     _frmChat = new FormChat(this);
     _frmRefill = new FormRefill(this);
 }