Exemplo n.º 1
0
 public static void CleanUp()
 {
     if (_app != null)
     {
         _app.Dispose();
     }
 }