예제 #1
0
파일: MainForm.cs 프로젝트: raeynok/SNCF_2
 private void redirection(client thisClient)
 {
     MyAccountForm myAccountForm = new MyAccountForm(thisClient);
     myAccountForm.Show();
 }
예제 #2
0
파일: MainForm.cs 프로젝트: raeynok/SNCF_2
        private void redirection(client thisClient)
        {
            MyAccountForm myAccountForm = new MyAccountForm(thisClient);

            myAccountForm.Show();
        }