public AttendanceForm(StudentServiceClient proxy, WorkForm parrentForm, List<StudingTheSubject> currentPair)
 {
     InitializeComponent();
     _proxy = proxy;
     _parrentForm = parrentForm;
     _currentPair = currentPair;
 }
Esempio n. 2
0
 public AttendanceForm(StudentServiceClient proxy, WorkForm parrentForm, List <StudingTheSubject> currentPair)
 {
     InitializeComponent();
     _proxy       = proxy;
     _parrentForm = parrentForm;
     _currentPair = currentPair;
 }