예제 #1
0
 public void RemoveContract(HourContract hc)
 {
     LstContracts.Remove(hc);
 }
예제 #2
0
 public void AddContract(HourContract hc)
 {
     LstContracts.Add(hc);
 }