Example #1
0
        private void btnChoice_Click(object sender, EventArgs e)
        {
            FormBrowseSEOutStore formBrowseSEOutStore = new FormBrowseSEOutStore();

            formBrowseSEOutStore.Owner = this;
            formBrowseSEOutStore.ShowDialog();
        }
Example #2
0
 private void btnChoice_Click(object sender, EventArgs e)
 {
     FormBrowseSEOutStore formBrowseSEOutStore = new FormBrowseSEOutStore();
     formBrowseSEOutStore.Owner = this;
     formBrowseSEOutStore.ShowDialog();
 }