C# Class FSClient.InputBox

Interaction logic for InputBox.xaml
Inheritance: System.Windows.Window
Show file Open project: mitchcapper/FSClient Class Usage Examples

Public Methods

Method Description
GetInput ( String title, String desc, String default_value ) : string
GetTwoInput ( String title, String desc, String label1, String default_value1, String label2, String default_value2 ) : string[]
InputBox ( ) : System
InputBox_Loaded ( object sender, RoutedEventArgs e ) : void

Private Methods

Method Description
btnCancel_Click ( object sender, RoutedEventArgs e ) : void
btnOk_Click ( object sender, RoutedEventArgs e ) : void

Method Details

GetInput() public static method

public static GetInput ( String title, String desc, String default_value ) : string
title String
desc String
default_value String
return string

GetTwoInput() public static method

public static GetTwoInput ( String title, String desc, String label1, String default_value1, String label2, String default_value2 ) : string[]
title String
desc String
label1 String
default_value1 String
label2 String
default_value2 String
return string[]

InputBox() public method

public InputBox ( ) : System
return System

InputBox_Loaded() public method

public InputBox_Loaded ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
return void