Exemplo n.º 1
0
        private void btnChoice_Click(object sender, EventArgs e)
        {
            FormBrowsePUInStore formBrowsePUInStore = new FormBrowsePUInStore();

            formBrowsePUInStore.Owner = this;
            formBrowsePUInStore.ShowDialog();
        }
Exemplo n.º 2
0
 private void btnChoice_Click(object sender, EventArgs e)
 {
     FormBrowsePUInStore formBrowsePUInStore = new FormBrowsePUInStore();
     formBrowsePUInStore.Owner = this;
     formBrowsePUInStore.ShowDialog();
 }