C# Class lageant.AppWindowManager

Inheritance: Caliburn.Micro.WindowManager
Mostrar archivo Open project: bitbeans/lageant

Public Methods

Method Description
ShowWindow ( object rootModel, object context = null, object>.IDictionary settings = null ) : void

Protected Methods

Method Description
EnsureWindow ( object model, object view, bool isDialog ) : Window
GetExistingWindow ( object model ) : Window

Private Methods

Method Description
WindowOnClosing ( object sender, CancelEventArgs cancelEventArgs ) : void
Window_Activated ( object sender, EventArgs e ) : void

Method Details

EnsureWindow() protected method

protected EnsureWindow ( object model, object view, bool isDialog ) : Window
model object
view object
isDialog bool
return System.Windows.Window

GetExistingWindow() protected method

protected GetExistingWindow ( object model ) : Window
model object
return System.Windows.Window

ShowWindow() public method

public ShowWindow ( object rootModel, object context = null, object>.IDictionary settings = null ) : void
rootModel object
context object
settings object>.IDictionary
return void