C# Class RdpIpUpd.NotifyViewModel

Inheritance: Caliburn.Micro.PropertyChangedBase
Datei anzeigen Open project: PhilipRieck/RdpIpUpd Class Usage Examples

Public Methods

Method Description
Configure ( ) : void
Exit ( ) : void
NotifyViewModel ( Lazy windowManager, Func configFactory, Settings settings, IpHandler handler ) : System
Stop ( ) : void
Update ( ) : void

Private Methods

Method Description
InitializeIcon ( ) : void

Method Details

Configure() public method

public Configure ( ) : void
return void

Exit() public method

public Exit ( ) : void
return void

NotifyViewModel() public method

public NotifyViewModel ( Lazy windowManager, Func configFactory, Settings settings, IpHandler handler ) : System
windowManager Lazy
configFactory Func
settings Settings
handler IpHandler
return System

Stop() public method

public Stop ( ) : void
return void

Update() public method

public Update ( ) : void
return void