예제 #1
0
        private void btnChoice_Click(object sender, EventArgs e)
        {
            FormBrowsePUInStore formBrowsePUInStore = new FormBrowsePUInStore();

            formBrowsePUInStore.Owner = this;
            formBrowsePUInStore.ShowDialog();
        }
예제 #2
0
 private void btnChoice_Click(object sender, EventArgs e)
 {
     FormBrowsePUInStore formBrowsePUInStore = new FormBrowsePUInStore();
     formBrowsePUInStore.Owner = this;
     formBrowsePUInStore.ShowDialog();
 }