C# Class Feedling.Notifier

Interaction logic for Notifier.xaml
显示文件 Open project: growse/Feedling Class Usage Examples

Public Methods

Method Description
GetNotifier ( ) : Notifier
Notifier ( ) : System
ShowNotifier ( string feedtitle, string>.IEnumerable newitemlist ) : void

Private Methods

Method Description
DismissButtonClick ( object sender, RoutedEventArgs e ) : void
FadeInWindowThingieLikeAnEpicAwesomeToaster ( ) : void
HoldWindowOpenTimerTick ( object sender, EventArgs e ) : void
HyperlinkRequestNavigate ( object sender, System e ) : void
PositionWindow ( ) : void
WindowLoaded ( object sender, RoutedEventArgs e ) : void

Method Details

GetNotifier() public static method

public static GetNotifier ( ) : Notifier
return Notifier

Notifier() public method

public Notifier ( ) : System
return System

ShowNotifier() public method

public ShowNotifier ( string feedtitle, string>.IEnumerable newitemlist ) : void
feedtitle string
newitemlist string>.IEnumerable
return void