예제 #1
0
 public void WmiSetBrightness(UInt32 Timeout, byte Brightness)
 {
     WMIMethods.ExecuteMethod(this, Timeout, Brightness);
 }
예제 #2
0
파일: Printer.cs 프로젝트: Styxer/Kexla
 public void RenamePrinter(string newName)
 {
     WMIMethods.ExecuteMethod(this, newName);
 }