コード例 #1
0
        private void OpenSupportedFormatsDlg()
        {
            SupportedFormatsInfoDlg dlg = new SupportedFormatsInfoDlg();

            dlg.ShowDialog();
            dlg.Dispose();
        }
コード例 #2
0
        public override void OpenSupportedFormatsDlg()
        {
            SupportedFormatsInfoDlg dlg = new SupportedFormatsInfoDlg();

            dlg.ShowDialog();
            dlg.Dispose();
        }
コード例 #3
0
 private void OpenSupportedFormatsDlg()
 {
     SupportedFormatsInfoDlg dlg = new SupportedFormatsInfoDlg();
     dlg.ShowDialog();
     dlg.Dispose();
 }
コード例 #4
0
 public override void OpenSupportedFormatsDlg()
 {
     SupportedFormatsInfoDlg dlg = new SupportedFormatsInfoDlg();
     dlg.ShowDialog();
     dlg.Dispose();
 }