C# 클래스 Papercut.UI.ForwardWindow

Interaction logic for ForwardWindow.xaml
상속: System.Windows.Window
파일 보기 프로젝트 열기: seif/papercut-web 1 사용 예제들

공개 메소드들

메소드 설명
ForwardWindow ( ) : System.IO

Initializes a new instance of the ForwardWindow class.

ForwardWindow ( string filename ) : System.IO

Initializes a new instance of the ForwardWindow class.

비공개 메소드들

메소드 설명
cancelButton_Click ( object sender, RoutedEventArgs e ) : void

The cancel button_ click.

sendButton_Click ( object sender, RoutedEventArgs e ) : void

The send button_ click.

메소드 상세

ForwardWindow() 공개 메소드

Initializes a new instance of the ForwardWindow class.
public ForwardWindow ( ) : System.IO
리턴 System.IO

ForwardWindow() 공개 메소드

Initializes a new instance of the ForwardWindow class.
public ForwardWindow ( string filename ) : System.IO
filename string /// The filename. ///
리턴 System.IO