Esempio n. 1
0
 public FormMainNew2()
 {
     InitializeComponent();
     c = new UILogics.ContentPageController();
     labelItemTime.Text    = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss");
     ShowStatusBar         = false;
     labelItemTime.Tooltip = Framework.Environment.Version;
     labelItemStat.Tooltip = Framework.Environment.ServerIP;
 }
Esempio n. 2
0
 public FormMain()
 {
     InitializeComponent();
     c = new UILogics.ContentPageController();
 }