예제 #1
0
 protected void LaunchCalendarListScreen( EKEntityType calendarStore )
 {
     calendarListScreen = new  CalendarListController ( calendarStore );
      NavigationController.PushViewController ( calendarListScreen, true );
 }
예제 #2
0
 protected void LaunchCalendarListScreen(EKEntityType calendarStore)
 {
     calendarListScreen = new  CalendarListController(calendarStore);
     NavigationController.PushViewController(calendarListScreen, true);
 }