예제 #1
0
        public PrayerTask(string storyboardName) : base(storyboardName)
        {
            MainPage      = new PrayerMainUIViewController( );
            MainPage.Task = this;

            ActiveViewController = MainPage;
        }
예제 #2
0
        public PrayerTask( string storyboardName ) : base( storyboardName )
        {
            MainPage = Storyboard.InstantiateViewController( "PrayerMainUIViewController" ) as PrayerMainUIViewController;
            MainPage.Task = this;

            ActiveViewController = MainPage;
        }