public App()
 {
     MainPage = new StackedBitmapPage();
 }
示例#2
0
文件: App.cs 项目: areestlc/xamarin
 public App()
 {
     MainPage = new StackedBitmapPage();
 }
示例#3
0
        public App()
        {
            InitializeComponent();

            MainPage = new StackedBitmapPage();
        }