Ejemplo n.º 1
0
        private void mainForm_Load(object sender, EventArgs e)
        {
            Control.CheckForIllegalCrossThreadCalls = false;
            netConnect = new NetConnect();

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

            FormBorderStyle = FormBorderStyle.None;
            cWindow = new connectWindows();
            hWindow = new historyWindows();
            initUI();
        }