Exemple #1
0
 //remove a event/holiday for all
 public void RemoveEvent(int ID)
 {
     sql.RemoveEvent(ID);
 }