Esempio n. 1
0
        void gunselector_show()
        {
            gunselector gs = new gunselector(null);

            gs.FormCloseEvent += new gunselector.FormCloseEventHandler(gunselector_RecieveData);
            gs.Show();
        }
Esempio n. 2
0
        void gunselector_show(JObject o)
        {
            gunselector gs = new gunselector(o);

            gs.FormCloseEvent += new gunselector.FormCloseEventHandler(gunselector_RecieveData);
            gs.Show();
            // tabControl1.TabPages.Add(tabControl1.TabPages[4]);
        }