C# Class Papercut.UI.ForwardWindow

Interaction logic for ForwardWindow.xaml
Inheritance: System.Windows.Window
Mostra file Open project: seif/papercut-web Class Usage Examples

Public Methods

Method Description
ForwardWindow ( ) : System.IO

Initializes a new instance of the ForwardWindow class.

ForwardWindow ( string filename ) : System.IO

Initializes a new instance of the ForwardWindow class.

Private Methods

Method Description
cancelButton_Click ( object sender, RoutedEventArgs e ) : void

The cancel button_ click.

sendButton_Click ( object sender, RoutedEventArgs e ) : void

The send button_ click.

Method Details

ForwardWindow() public method

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

ForwardWindow() public method

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