C# Class PocketCampus.Common.Controls.LoadingAndError

Displays loading and error messages. This should be put directly into a view; no properties need to be set.
Inheritance: System.Windows.Controls.UserControl
Mostra file Open project: accandme/pocketcampus

Public Methods

Method Description
LoadingAndError ( ) : System.ComponentModel

Private Methods

Method Description
DataContext_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
RemoveLoadingTray ( ) : void
SetLoadingTray ( ) : void
SwitchState ( ) : void

Method Details

LoadingAndError() public method

public LoadingAndError ( ) : System.ComponentModel
return System.ComponentModel