C# Class Methods.MainWindow

An empty page that can be used on its own or navigated to within a Frame.
Inheritance: Windows.UI.Xaml.Controls.Page
显示文件 Open project: 0utKast/VisualCS

Public Methods

Method Description
MainWindow ( ) : System

Private Methods

Method Description
addValues ( int leftHandSide, int rightHandSide ) : int
calculateClick ( object sender, RoutedEventArgs e ) : void
divideValues ( int leftHandSide, int rightHandSide ) : int
mostrarResultado ( int respuesta ) : void
multiplyValues ( int leftHandSide, int rightHandSide ) : int
quitClick ( object sender, RoutedEventArgs e ) : void
remainderValues ( int leftHandSide, int rightHandSide ) : int
subtractValues ( int leftHandSide, int rightHandSide ) : int

Method Details

MainWindow() public method

public MainWindow ( ) : System
return System