Exemplo n.º 1
0
        public static FormControl creatForm(TCPUDPServer gui)
        {
            if (instance == null || instance.IsDisposed)
            {
                instance = new FormControl(gui);
            }


            return(instance);
        }
Exemplo n.º 2
0
        private void button1_Click_1(object sender, EventArgs e)
        {
            FormControl form = FormControl.creatForm(this);

            form.Show();
        }