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);
 }