コード例 #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);
 }