C# 클래스 Papercut.UI.MainWindow

Interaction logic for MainWindow.xaml
상속: System.Windows.Window
파일 보기 프로젝트 열기: wiggle/papercut-web

공개 메소드들

메소드 설명
MainWindow ( ) : System

Initializes a new instance of the MainWindow class. Initializes a new instance of the MainWindow class. Initializes a new instance of the MainWindow class.

보호된 메소드들

메소드 설명
OnStateChanged ( EventArgs e ) : void

The on state changed.

비공개 메소드들

메소드 설명
AddNewMessage ( MessageEntry entry ) : void

Add a newly received message and show the balloon notification

Exit_Click ( object sender, RoutedEventArgs e ) : void

The exit_ click.

GetObjectDataFromPoint ( System.Windows.Controls.ListBox source, Point point ) : string

The get object data from point.

GoToSite ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

The go to site.

LoadMessages ( ) : void

Load existing messages from the file system

MouseDownHandler ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

The mouse down handler.

Options_Click ( object sender, RoutedEventArgs e ) : void

The options_ click.

Processor_MessageReceived ( object sender, MessageEventArgs e ) : void

The processor_ message received.

SetBrowserDocument ( MailMessageEx mailMessageEx ) : void

Write the HTML to a temporary file and render it to the HTML view

SetTabs ( ) : void

The set tabs.

Window_Closing ( object sender, CancelEventArgs e ) : void

The window_ closing.

deleteButton_Click ( object sender, RoutedEventArgs e ) : void

The delete button_ click.

forwardButton_Click ( object sender, RoutedEventArgs e ) : void

The forward button_ click.

messagesList_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void

The messages list_ selection changed.

메소드 상세

MainWindow() 공개 메소드

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

OnStateChanged() 보호된 메소드

The on state changed.
protected OnStateChanged ( EventArgs e ) : void
e System.EventArgs /// The e. ///
리턴 void