Public Member Functions | |
| InputForm () | |
| bool | PromptForInput () |
| string | getText () |
Static Public Member Functions | |
| static string | GetUserInput (string title, string devaultValue) |
| static string | GetUserInput (string title, bool password) |
| static string | GetUserInput (string title, string devaultValue, bool password) |
| static string | GetFileFromUser (string msg) |
| static bool | PromptYesNo (String str) |
| static void | ShowMessage (String message) |
Public Attributes | |
| System.Windows.Forms.TextBox | textBox1 |
Protected Member Functions | |
| override void | Dispose (bool disposing) |
| Clean up any resources being used. | |
Properties | |
| bool | PasswordField [get, set] |
Definition at line 13 of file InputForm.cs.
| sharpSshTest.jsch_samples.InputForm.InputForm | ( | ) |
Definition at line 24 of file InputForm.cs.
| override void sharpSshTest.jsch_samples.InputForm.Dispose | ( | bool | disposing | ) | [protected] |
| static string sharpSshTest.jsch_samples.InputForm.GetFileFromUser | ( | string | msg | ) | [static] |
Definition at line 63 of file InputForm.cs.
| string sharpSshTest.jsch_samples.InputForm.getText | ( | ) |
Definition at line 187 of file InputForm.cs.
| static string sharpSshTest.jsch_samples.InputForm.GetUserInput | ( | string | title, | |
| string | devaultValue, | |||
| bool | password | |||
| ) | [static] |
Definition at line 48 of file InputForm.cs.
| static string sharpSshTest.jsch_samples.InputForm.GetUserInput | ( | string | title, | |
| bool | password | |||
| ) | [static] |
Definition at line 42 of file InputForm.cs.
| static string sharpSshTest.jsch_samples.InputForm.GetUserInput | ( | string | title, | |
| string | devaultValue | |||
| ) | [static] |
Definition at line 37 of file InputForm.cs.
| bool sharpSshTest.jsch_samples.InputForm.PromptForInput | ( | ) |
Definition at line 181 of file InputForm.cs.
| static bool sharpSshTest.jsch_samples.InputForm.PromptYesNo | ( | String | str | ) | [static] |
Definition at line 78 of file InputForm.cs.
| static void sharpSshTest.jsch_samples.InputForm.ShowMessage | ( | String | message | ) | [static] |
Definition at line 88 of file InputForm.cs.
| System.Windows.Forms.TextBox sharpSshTest.jsch_samples.InputForm.textBox1 |
Definition at line 16 of file InputForm.cs.
bool sharpSshTest.jsch_samples.InputForm.PasswordField [get, set] |
Definition at line 193 of file InputForm.cs.
1.5.9