BoldSign®Effortlessly integrate e-signatures into your app with the BoldSign® API. Create a sandbox account!
public override bool FinishedLaunching(UIApplication app, NSDictionary options)
{
global::Xamarin.Forms.Forms.Init();
LoadApplication(new App());
new SfTabViewRenderer();
new SfBusyIndicatorRenderer();
new SfChartRenderer();
return base.FinishedLaunching(app, options);
} |