C# 클래스 NiceHashMiner.TextBoxKeyPressEvents

파일 보기 프로젝트 열기: nicehash/NiceHashMiner

공개 메소드들

메소드 설명
textBoxDoubleOnly_KeyPress ( object sender, KeyPressEventArgs e ) : void
textBoxIntsOnly_KeyPress ( object sender, KeyPressEventArgs e ) : void

비공개 메소드들

메소드 설명
IsHandleZero ( KeyPressEventArgs e, string checkText ) : bool
doubleInvalid ( char c ) : bool

메소드 상세

textBoxDoubleOnly_KeyPress() 공개 정적인 메소드

public static textBoxDoubleOnly_KeyPress ( object sender, KeyPressEventArgs e ) : void
sender object
e System.Windows.Forms.KeyPressEventArgs
리턴 void

textBoxIntsOnly_KeyPress() 공개 정적인 메소드

public static textBoxIntsOnly_KeyPress ( object sender, KeyPressEventArgs e ) : void
sender object
e System.Windows.Forms.KeyPressEventArgs
리턴 void