示例#1
0
 public FormInfo( FormMain parentForm, int DotInterval)
 {
     _dotInterval = DotInterval;
     _launcher = parentForm;
     //_frmLogin = new FormLogin(this);
     InitializeComponent();
 }
示例#2
0
 public FormPopUp(FormMain frmMain)
 {
     InitializeComponent();
     _procMon = new ProcessMonitor(Settings.ProcessMonitor.ProcessOwner);
     _launcher = frmMain;
     Left = 0;
     //Rectangle r = Screen.PrimaryScreen.WorkingArea;
     //StartPosition = FormStartPosition.Manual;
     //Location = new Point(Screen.PrimaryScreen.WorkingArea.Width - Width, Screen.PrimaryScreen.WorkingArea.Height - Height);
 }
示例#3
0
 public FormConfirm(FormMain launcher )
 {
     _launcher = launcher;
     InitializeComponent();
 }
示例#4
0
 public FormRefill(FormMain launcher)
 {
     _launcher = launcher;
     InitializeComponent();
 }
示例#5
0
 public FormChat(FormMain launcher)
 {
     InitializeComponent();
     _launcher = launcher;
 }
示例#6
0
 public FormChat(FormMain launcher)
 {
     InitializeComponent();
     _launcher = launcher;
 }