Beispiel #1
0
 public AlphaApp MakeSureApp()
 {
     if (null == App)
     {
         global::Xamarin.Forms.Forms.Init();
         ImageCircleRenderer.Init();
         OmegaFactory.MakeSureInit();
         App = AlphaFactory.MakeSureApp();
     }
     return(App);
 }
Beispiel #2
0
 public AlphaApp MakeSureApp()
 {
     if (null == App)
     {
         global::Xamarin.Forms.Forms.Init();
         global::OxyPlot.Xamarin.Forms.Platform.iOS.PlotViewRenderer.Init();
         ImageCircleRenderer.Init();
         OmegaFactory.MakeSureInit();
         App = AlphaFactory.MakeSureApp();
     }
     return(App);
 }