C# 클래스 MetroFanfou.Helper.Tools

파일 보기 프로젝트 열기: dodola/WP7Fanfou

공개 프로퍼티들

프로퍼티 타입 설명
OnPopToastCompleted PopToastCompleted

공개 메소드들

메소드 설명
HighlightText ( System.Windows.Controls.RichTextBox block ) : void
IsEnableNetWorkConnection ( ) : bool
IsWifi ( ) : bool
PopToast ( string title, string content = "", int MillisecondsUntilHidden = 0x3e8 ) : void
SavePicture ( System.Windows.Controls.Image img ) : void
ToastCompleted ( object sender, PopUpResult>.PopUpEventArgs e ) : void

메소드 상세

HighlightText() 공개 메소드

public HighlightText ( System.Windows.Controls.RichTextBox block ) : void
block System.Windows.Controls.RichTextBox
리턴 void

IsEnableNetWorkConnection() 공개 정적인 메소드

public static IsEnableNetWorkConnection ( ) : bool
리턴 bool

IsWifi() 공개 정적인 메소드

public static IsWifi ( ) : bool
리턴 bool

PopToast() 공개 정적인 메소드

public static PopToast ( string title, string content = "", int MillisecondsUntilHidden = 0x3e8 ) : void
title string
content string
MillisecondsUntilHidden int
리턴 void

SavePicture() 공개 정적인 메소드

public static SavePicture ( System.Windows.Controls.Image img ) : void
img System.Windows.Controls.Image
리턴 void

ToastCompleted() 공개 정적인 메소드

public static ToastCompleted ( object sender, PopUpResult>.PopUpEventArgs e ) : void
sender object
e PopUpResult>.PopUpEventArgs
리턴 void

프로퍼티 상세

OnPopToastCompleted 공개적으로 정적으로 프로퍼티

public static PopToastCompleted OnPopToastCompleted
리턴 PopToastCompleted