System.NullConsoleDriver.SetWindowSize C# (CSharp) Méthode

SetWindowSize() public méthode

public SetWindowSize ( int width, int height ) : void
width int
height int
Résultat void
		public void SetWindowSize (int width, int height)
		{
		}
	}