Exemple #1
0
 public void TestInit()
 {
     calendarService = new CalendarService(MockBaseServiceClient.GetCalendarService(), EventSource.Microsoft);
 }
Exemple #2
0
 public static void ClassInit(TestContext context)
 {
     calendarService = new CalendarService(MockBaseServiceClient.GetCalendarService(), EventSource.Microsoft);
 }