예제 #1
0
 private void ShowProfileForm(DataTable dt, int id, string fullName)
 {
     ProfileForm pForm = new ProfileForm(dt, id, fullName);
     pForm.Show();
 }
예제 #2
0
        private void ShowProfileForm(DataTable dt, int id, string fullName)
        {
            ProfileForm pForm = new ProfileForm(dt, id, fullName);

            pForm.Show();
        }