C# Class Test.BookLibrary.Library.Applications.Views.MockShellView

Inheritance: System.Waf.UnitTesting.Mocks.MockView, IShellView
ファイルを表示 Open project: jbe2277/waf

Public Methods

Method Description
Close ( ) : void
SetNAForLocationAndSize ( ) : 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

SetNAForLocationAndSize() public method

public SetNAForLocationAndSize ( ) : void
return void

Show() public method

public Show ( ) : void
return void