Exemple #1
0
        public void Run()
        {
            //�t�H�[�����\������Ă���΁A�A�N�e�B�u�ɂ��ďI��
            if (this._mainForm != null && !this._mainForm.IsDisposed)
            {
                this._mainForm.Activate();
                return;
            }

            //�����E�B���h�E��쐬���A�\������
            this._mainForm = new ConfigForm();
            //this._mainForm.Owner = this._host.HostForm;
            this._mainForm.Show();
        }
Exemple #2
0
 public static void Main()
 {
     //�����E�B���h�E��쐬���A�\������
     ConfigForm cls = new ConfigForm();
     cls.Show();
 }