C# Class Waf.Writer.Presentation.DesignData.SampleShellViewModel.MockShellView

Inheritance: MockView, IShellView
Show file Open project: jbe2277/waf

Public Methods

Method Description
Close ( ) : void
Show ( ) : void

Protected Methods

Method Description
OnClosed ( EventArgs e ) : void
OnClosing ( CancelEventArgs e ) : void

Method Details

Close() public method

public Close ( ) : void
return void

OnClosed() protected method

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

OnClosing() protected method

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

Show() public method

public Show ( ) : void
return void