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;
 }
 public FormMain()
 {
     InitializeComponent();
     c = new UILogics.ContentPageController();
 }