System.NullConsoleDriver.SetWindowSize C# (CSharp) 메소드

SetWindowSize() 공개 메소드

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