private void mainForm_Load(object sender, EventArgs e) { Control.CheckForIllegalCrossThreadCalls = false; netConnect = new NetConnect(); FormBorderStyle = FormBorderStyle.None; cWindow = new connectWindows(); hWindow = new historyWindows(); initUI(); }