C# Class SoundBoard.AutoUpdate.ViewModels.ViewModelActionDelegater

Inheritance: IViewModelInteraction, IDisposable
Mostrar archivo Open project: jormenjanssen/Soundboard Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
TryAttachCloseEvent ( Window window ) : void
TryCloseWindow ( ) : void
ViewModelActionDelegater ( ) : System

Private Methods

Method Description
IViewModelInteraction ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

TryAttachCloseEvent() public method

public TryAttachCloseEvent ( Window window ) : void
window System.Windows.Window
return void

TryCloseWindow() public method

public TryCloseWindow ( ) : void
return void

ViewModelActionDelegater() public method

public ViewModelActionDelegater ( ) : System
return System