Ejemplo n.º 1
0
 private void redirection(client thisClient)
 {
     MyAccountForm myAccountForm = new MyAccountForm(thisClient);
     myAccountForm.Show();
 }
Ejemplo n.º 2
0
        private void redirection(client thisClient)
        {
            MyAccountForm myAccountForm = new MyAccountForm(thisClient);

            myAccountForm.Show();
        }