C# 클래스 Feedling.Notifier

Interaction logic for Notifier.xaml
파일 보기 프로젝트 열기: growse/Feedling 1 사용 예제들

공개 메소드들

메소드 설명
GetNotifier ( ) : Notifier
Notifier ( ) : System
ShowNotifier ( string feedtitle, string>.IEnumerable newitemlist ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

GetNotifier() 공개 정적인 메소드

public static GetNotifier ( ) : Notifier
리턴 Notifier

Notifier() 공개 메소드

public Notifier ( ) : System
리턴 System

ShowNotifier() 공개 메소드

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