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