コード例 #1
0
 public override void DidFinishLaunching(NSNotification notification)
 {
     Forms.Init();
     LoadApplication(new App());
     SfListViewRenderer.Init();
     SampleBrowserMac.Init();
     base.DidFinishLaunching(notification);
 }
コード例 #2
0
        public override void DidFinishLaunching(NSNotification notification)
        {
            Forms.Init();
            LoadApplication(new App());
            new SfChartRenderer();
            SfListViewRenderer.Init();
            SampleBrowserMac.Init();

            base.DidFinishLaunching(notification);
            // Insert code here to initialize your application
        }