Ejemplo n.º 1
0
        private void c1Scheduler1_AppointmentAdded(object sender, C1.WPF.Schedule.AppointmentActionEventArgs e)
        {
            AppointmentBusinessObject newApp = FindMyAppointment((Guid)e.Appointment.Key[0]);

            if (newApp.BOProperty1.Equals(""))
            {
                Import();
            }
        }
Ejemplo n.º 2
0
 private void c1Scheduler1_UserAddingAppointment(object sender, C1.WPF.Schedule.AppointmentActionEventArgs e)
 {
     //AppointmentBusinessObject newApp = new AppointmentBusinessObject();
     //e.Appointment.Tag = newApp;
 }