C# Class Papercut.UI.ForwardWindow

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

Méthodes publiques

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

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

Initializes a new instance of the ForwardWindow class.
public ForwardWindow ( ) : System.IO
Résultat System.IO

ForwardWindow() public méthode

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