Example #1
0
 /// <summary>
 /// Perform calling of the application's
 /// <see cref="Application.onCreate()">Application.onCreate()</see>
 /// method.  The default implementation simply calls through to that method.
 /// </summary>
 /// <param name="app">The application being created.</param>
 public virtual void callApplicationOnCreate(android.app.Application app)
 {
     app.onCreate();
 }