예제 #1
0
파일: App.cs 프로젝트: areestlc/xamarin
 public App()
 {
     // The root page of your application
     MainPage = new ThreeDeeRotationDemoPage();
 }
예제 #2
0
        public App()
        {
            InitializeComponent();

            MainPage = new ThreeDeeRotationDemoPage();
        }