Пример #1
0
        private void btnEdit_Click(object sender, EventArgs e)
        {
            Form sForm = VoucherAdd.Instance();

            // sForm.MdiParent = this;
            sForm.Show();
            sForm.Activate();
        }