コード例 #1
0
        protected override void OnCreate(Bundle bundle)
        {
            TabLayoutResource = Resource.Layout.Tabbar;
            ToolbarResource   = Resource.Layout.Toolbar;
            var proxy = ProxyFactory.CreateInstance <ITestApi>("https://mydnvglapigwdevtest.azurewebsites.net");

            proxy.Apply1("My");
            base.OnCreate(bundle);

            global::Xamarin.Forms.Forms.Init(this, bundle);
            var app = new test.App();

            app.MainPage.Title = "Loaded options through Stardust.Interstellar";
            LoadApplication(app);
        }
コード例 #2
0
ファイル: App.g.i.cs プロジェクト: yujl02/edu-piano
 public static void Main() {
     test.App app = new test.App();
     app.InitializeComponent();
     app.Run();
 }
コード例 #3
0
 public static void Main()
 {
     test.App app = new test.App();
     app.InitializeComponent();
 }
コード例 #4
0
 public static void Main()
 {
     test.App app = new test.App();
     app.Run();
 }