C# Class NiceHashMiner.TextBoxKeyPressEvents

Afficher le fichier Open project: nicehash/NiceHashMiner

Méthodes publiques

Méthode Description
textBoxDoubleOnly_KeyPress ( object sender, KeyPressEventArgs e ) : void
textBoxIntsOnly_KeyPress ( object sender, KeyPressEventArgs e ) : void

Private Methods

Méthode Description
IsHandleZero ( KeyPressEventArgs e, string checkText ) : bool
doubleInvalid ( char c ) : bool

Method Details

textBoxDoubleOnly_KeyPress() public static méthode

public static textBoxDoubleOnly_KeyPress ( object sender, KeyPressEventArgs e ) : void
sender object
e System.Windows.Forms.KeyPressEventArgs
Résultat void

textBoxIntsOnly_KeyPress() public static méthode

public static textBoxIntsOnly_KeyPress ( object sender, KeyPressEventArgs e ) : void
sender object
e System.Windows.Forms.KeyPressEventArgs
Résultat void