System.NullConsoleDriver.SetWindowSize C# (CSharp) Method

SetWindowSize() public method

public SetWindowSize ( int width, int height ) : void
width int
height int
return void
		public void SetWindowSize (int width, int height)
		{
		}
	}