SetWindowPosition() public static method

public static SetWindowPosition ( int left, int top ) : void
left int
top int
return void
コード例 #1
0
 public static void SetWindowPosition(int left, int top)
 {
     ConsoleDriver.SetWindowPosition(left, top);
 }