示例#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();
        }