Example #1
0
        public void SetupService()
        {
            //�ݒ�p�_�C�A���O�̕\��
            var dlg = new SetupServiceDlg(this);

            dlg.ShowDialog();
        }
Example #2
0
        public void SetupService()
        {
            //設定用ダイアログの表示
            var dlg = new SetupServiceDlg(this);

            dlg.ShowDialog();
        }