C# Class MahTweets.TwitterPlugin.UI.PINVerifierWindow

Interaction logic for PINVerifierWindow.xaml
Inheritance: GlassWindow
Show file Open project: nickhodge/MahTweets.LawrenceHargrave

Public Methods

Method Description
PINVerifierWindow ( ) : System
isNumeric ( string val, System NumberStyle ) : bool

Private Methods

Method Description
btnOkay_Click ( object sender, RoutedEventArgs e ) : void

Method Details

PINVerifierWindow() public method

public PINVerifierWindow ( ) : System
return System

isNumeric() public method

public isNumeric ( string val, System NumberStyle ) : bool
val string
NumberStyle System
return bool