C# Class WritersBattleField.View.PageLineCalculatorView

PageLineCalculatorView.xaml の相互作用ロジック
Inheritance: System.Windows.Controls.UserControl
Exibir arquivo Open project: kienaiProject/ArtOfWords Class Usage Examples

Public Methods

Method Description
BindModel ( PageLineCalculatorViewModel model ) : void
PageLineCalculatorView ( ) : System

Private Methods

Method Description
Button_Click ( object sender, RoutedEventArgs e ) : void
IsTextNumeric ( string str ) : bool
NumericOnly ( System sender, System e ) : void

Method Details

BindModel() public method

public BindModel ( PageLineCalculatorViewModel model ) : void
model WritersBattleField.ViewModel.PageLineCalculatorViewModel
return void

PageLineCalculatorView() public method

public PageLineCalculatorView ( ) : System
return System