Server.Gumps.BanDurationGump.AddButtonLabeled C# (CSharp) Méthode

AddButtonLabeled() public méthode

public AddButtonLabeled ( int x, int y, int buttonID, string text ) : void
x int
y int
buttonID int
text string
Résultat void
		public void AddButtonLabeled( int x, int y, int buttonID, string text )
		{
			AddButton( x, y - 1, 4005, 4007, buttonID, GumpButtonType.Reply, 0 );
			AddHtml( x + 35, y, 240, 20, text, false, false );
		}