C# Class ScreenToGif.Windows.Other.GoTo

Interaction logic for GoTo.xaml
Inheritance: System.Windows.Window
显示文件 Open project: dbremner/ScreenToGif Class Usage Examples

Public Methods

Method Description
GoTo ( int maximum ) : System

Private Methods

Method Description
CancelButton_Click ( object sender, RoutedEventArgs e ) : void
Cancel_CanExecute ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
Cancel_Executed ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
GoTo_OnLoaded ( object sender, RoutedEventArgs e ) : void
NumberTextBox_OnKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void
OkButton_Click ( object sender, RoutedEventArgs e ) : void

Method Details

GoTo() public method

public GoTo ( int maximum ) : System
maximum int
return System