C# Class OpenCNCPilot.EnterNumberWindow

Interaction logic for EnterNumberWindow.xaml
Inheritance: System.Windows.Window
Mostra file Open project: martin2250/OpenCNCPilot Class Usage Examples

Public Methods

Method Description
EnterNumberWindow ( double defaultValue ) : System

Private Methods

Method Description
Window_Closing ( object sender, System e ) : void
buttonCancel_Click ( object sender, RoutedEventArgs e ) : void
buttonOk_Click ( object sender, RoutedEventArgs e ) : void

Method Details

EnterNumberWindow() public method

public EnterNumberWindow ( double defaultValue ) : System
defaultValue double
return System