C# Class StoryTeller.UserInterface.Controls.StoryTellerStatusBar

Interaction logic for StatusBar.xaml
Inheritance: System.Windows.Controls.UserControl, IStatusView
Datei anzeigen Open project: adymitruk/storyteller

Private Properties

Property Type Description

Public Methods

Method Description
MarkCycleTime ( System.DateTime time, bool success ) : void
ShowRecycleStarted ( ) : void
StoryTellerStatusBar ( ) : System

Method Details

MarkCycleTime() public method

public MarkCycleTime ( System.DateTime time, bool success ) : void
time System.DateTime
success bool
return void

ShowRecycleStarted() public method

public ShowRecycleStarted ( ) : void
return void

StoryTellerStatusBar() public method

public StoryTellerStatusBar ( ) : System
return System