Exemplo n.º 1
0
 private void AddQuickEvent()
 {
     if (calendar.AddQuickEvent(QuickEventText))
     {
         messanger.Success("Added", false);
     }
     else
     {
         messanger.Error("Failed to add quick event. Please check log file for a detailed information about the error.", false);
     }
 }