Beispiel #1
0
 /// <summary>
 /// Call draw code from current app.
 /// </summary>
 public void DrawApp()
 {
     if (currentApp != null)
     {
         currentApp.CallDraw();
     }
 }