Exemplo n.º 1
0
        public PrayerTask(string storyboardName) : base(storyboardName)
        {
            MainPage      = new PrayerMainUIViewController( );
            MainPage.Task = this;

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

            ActiveViewController = MainPage;
        }