Inheritance: MobileApplication
Beispiel #1
0
 /// <summary>
 /// The main entry point for the application.
 /// </summary>
 protected override void Initialize()
 {
     Application application = new Application();
     FramesPerSecond = 50;
     base.Application = application;
     base.Initialize();
 }