Exemplo n.º 1
0
 public void SetGlobalProperties(IDictionary <string, string> properties)
 {
     try {
         engine.SetGlobalProperties(properties);
     } catch {
         CheckDisconnected();
         throw;
     }
 }
Exemplo n.º 2
0
 public void SetGlobalProperties(IDictionary <string, string> properties)
 {
     engine.SetGlobalProperties(properties);
 }