C# Class PrimitiveDataTypes.MainWindow

MainWindow
Inheritance: System.Windows.Window, System.Windows.Markup.IComponentConnector
Show file Open project: 0utKast/VisualCS

Public Methods

Method Description
MainWindow ( ) : System

Private Methods

Method Description
quitClick ( object sender, RoutedEventArgs e ) : void
showBoolValue ( ) : void
showCharValue ( ) : void
showDecimalValue ( ) : void
showDoubleValue ( ) : void
showFloatValue ( ) : void
showIntValue ( ) : void
showLongValue ( ) : void
showStringValue ( ) : void
typeSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void

Method Details

MainWindow() public method

public MainWindow ( ) : System
return System