Пример #1
0
 public Accounts_Add(Accounts acc)
 {
     InitializeComponent();
     this.accounts1 = acc;
 }
Пример #2
0
        private void button4_Click(object sender, EventArgs e)
        {
            Accounts fr = new Accounts();

            fr.Show();
        }