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