Beispiel #1
0
 internal void RaiseAppointmentMove(AppointmentEventArgs e)
 {
     if (AppoinmentMove != null)
         AppoinmentMove(this, e);
 }