Main.cs 243 B

123456
  1. using NativeEmbedSample.iOS;
  2. // This is the main entry point of the application.
  3. // If you want to use a different Application Delegate class from "AppDelegate"
  4. // you can specify it here.
  5. UIApplication.Main(args, null, typeof(AppDelegate));