C# Class Feedling.Notifier

Interaction logic for Notifier.xaml
Afficher le fichier Open project: growse/Feedling Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public static GetNotifier ( ) : Notifier
Résultat Notifier

Notifier() public méthode

public Notifier ( ) : System
Résultat System

ShowNotifier() public méthode

public ShowNotifier ( string feedtitle, string>.IEnumerable newitemlist ) : void
feedtitle string
newitemlist string>.IEnumerable
Résultat void