Exemplo n.º 1
0
 public void DelEngine()
 {
     try
     {
         EngineProvider.DeleteEngine();
     }
     catch (Exception ex)
     {
     }
 }