C# Class PyriteUI.ControlsHelper

Afficher le fichier Open project: noant/Pyrite

Méthodes publiques

Méthode Description
AppendOnlyInteger ( TextBox tb, int min, int max ) : void

Method Details

AppendOnlyInteger() public static méthode

public static AppendOnlyInteger ( TextBox tb, int min, int max ) : void
tb System.Windows.Controls.TextBox
min int
max int
Résultat void