C# Class SunSync.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
Show file Open project: qiniu/QSunSync Class Usage Examples

Public Methods

Method Description
MainWindow ( ) : System

Private Methods

Method Description
ExitApp_EventHandler ( object sender, EventArgs e ) : void
GotoAccountPage ( ) : void
GotoHomePage ( ) : void
GotoQuickStartPage ( ) : void
GotoSyncProgress ( SyncSetting syncSetting ) : void
GotoSyncResultPage ( string jobId, System.TimeSpan spentTime, bool fileOverwrite, int fileSkippedCount, string fileSkippedLogPath, int fileExistsCount, string fileExistsLogPath, int fileOverwriteCount, string fileOverwriteLogPath, int fileNotOverwriteCount, string fileNotOverwriteLogPath, int fileUploadErrorCount, string fileUploadErrorLogPath, int fileUploadSuccessCount, string fileUploadSuccessLogPath ) : void
GotoSyncSettingPage ( SyncSetting syncSetting ) : void
MainWindow_Closing_EventHandler ( object sender, System e ) : void
MainWindow_Loaded_EventHandler ( object sender, RoutedEventArgs e ) : void
NotifyIcon_MouseDoubleClick_EventHandler ( object sender, MouseEventArgs e ) : void

Method Details

MainWindow() public method

public MainWindow ( ) : System
return System