C# Class VixenModules.App.Shows.LaunchTypeTester

Mostrar archivo Open project: sall/vixen Class Usage Examples

Public Properties

Property Type Description
action LaunchAction

Public Methods

Method Description
LaunchTypeTester ( ShowItem showItem ) : System
OnActionComplete ( Object sender, EventArgs e ) : void

Private Methods

Method Description
buttonClose_Click ( object sender, EventArgs e ) : void

Method Details

LaunchTypeTester() public method

public LaunchTypeTester ( ShowItem showItem ) : System
showItem ShowItem
return System

OnActionComplete() public method

public OnActionComplete ( Object sender, EventArgs e ) : void
sender Object
e EventArgs
return void

Property Details

action public_oe property

public LaunchAction,VixenModules.App.Shows action
return LaunchAction