コード例 #1
0
        void gunselector_show()
        {
            gunselector gs = new gunselector(null);

            gs.FormCloseEvent += new gunselector.FormCloseEventHandler(gunselector_RecieveData);
            gs.Show();
        }
コード例 #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]);
        }