C# Class StoryTeller.UserInterface.Workspace.StartupActionSelector

Inheritance: System.Windows.Controls.StackPanel, IStartupActionSelector
Mostrar archivo Open project: adymitruk/storyteller

Public Methods

Method Description
IsSelected ( ) : bool
StartupActionSelector ( string actionName, bool selected ) : System.Windows

Method Details

IsSelected() public method

public IsSelected ( ) : bool
return bool

StartupActionSelector() public method

public StartupActionSelector ( string actionName, bool selected ) : System.Windows
actionName string
selected bool
return System.Windows