コード例 #1
0
ファイル: FormSEGather.cs プロジェクト: randianb/DownLoadDemo
        private void btnChoice_Click(object sender, EventArgs e)
        {
            FormBrowseSEOutStore formBrowseSEOutStore = new FormBrowseSEOutStore();

            formBrowseSEOutStore.Owner = this;
            formBrowseSEOutStore.ShowDialog();
        }
コード例 #2
0
ファイル: FormSEGather.cs プロジェクト: jun-quan-Lai/SmallERP
 private void btnChoice_Click(object sender, EventArgs e)
 {
     FormBrowseSEOutStore formBrowseSEOutStore = new FormBrowseSEOutStore();
     formBrowseSEOutStore.Owner = this;
     formBrowseSEOutStore.ShowDialog();
 }