public void WmiSetBrightness(UInt32 Timeout, byte Brightness)
 {
     WMIMethods.ExecuteMethod(this, Timeout, Brightness);
 }
Example #2
0
 public void RenamePrinter(string newName)
 {
     WMIMethods.ExecuteMethod(this, newName);
 }