C# Class Sakuno.KanColle.Amatsukaze.Views.MainWindow

MainWindow.xaml の相互作用ロジック
Inheritance: MetroWindow, IMainWindowService
Datei anzeigen Open project: amatukaze/IntelligentNavalGun Class Usage Examples

Public Methods

Method Description
IMainWindowService ( int rpCount, int rpTimeout ) : void
OnDockChanged ( Dock rpDock ) : void
UpdateSize ( ) : void

Protected Methods

Method Description
OnClosing ( CancelEventArgs e ) : void
OnContentRendered ( EventArgs e ) : void
OnSourceInitialized ( EventArgs e ) : void

Private Methods

Method Description
MainWindow ( ) : Sakuno.KanColle.Amatsukaze.Extensibility
SubscribeBrowserPreferenceChanged ( ) : void

Method Details

IMainWindowService() public method

public IMainWindowService ( int rpCount, int rpTimeout ) : void
rpCount int
rpTimeout int
return void

OnClosing() protected method

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
return void

OnContentRendered() protected method

protected OnContentRendered ( EventArgs e ) : void
e System.EventArgs
return void

OnDockChanged() public method

public OnDockChanged ( Dock rpDock ) : void
rpDock Dock
return void

OnSourceInitialized() protected method

protected OnSourceInitialized ( EventArgs e ) : void
e System.EventArgs
return void

UpdateSize() public method

public UpdateSize ( ) : void
return void