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

Inheritance: System.Waf.UnitTesting.Mocks.MockView, IShellView
Afficher le fichier Open project: jbe2277/waf

Méthodes publiques

Méthode Description
Close ( ) : void
SetNAForLocationAndSize ( ) : void
Show ( ) : void

Méthodes protégées

Méthode Description
OnClosed ( EventArgs e ) : void
OnClosing ( CancelEventArgs e ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

OnClosed() protected méthode

protected OnClosed ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnClosing() protected méthode

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
Résultat void

SetNAForLocationAndSize() public méthode

public SetNAForLocationAndSize ( ) : void
Résultat void

Show() public méthode

public Show ( ) : void
Résultat void