C# Class OSAE.UI.Controls.ParamInput

Interaction logic for ParamInput.xaml
Inheritance: System.Windows.Window
Show file Open project: opensourceautomation/Open-Source-Automation Class Usage Examples

Public Methods

Method Description
ParamInput ( string ctlType, OSAEObject screenObject, string user ) : System

Private Methods

Method Description
Button_Click ( object sender, RoutedEventArgs e ) : void
NotifyParentFinished ( ) : void
inputParam1_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void
inputParam2_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void

Method Details

ParamInput() public method

public ParamInput ( string ctlType, OSAEObject screenObject, string user ) : System
ctlType string
screenObject OSAEObject
user string
return System