C# Class RdpIpUpd.NotifyViewModel

Inheritance: Caliburn.Micro.PropertyChangedBase
Afficher le fichier Open project: PhilipRieck/RdpIpUpd Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
InitializeIcon ( ) : void

Method Details

Configure() public méthode

public Configure ( ) : void
Résultat void

Exit() public méthode

public Exit ( ) : void
Résultat void

NotifyViewModel() public méthode

public NotifyViewModel ( Lazy windowManager, Func configFactory, Settings settings, IpHandler handler ) : System
windowManager Lazy
configFactory Func
settings Settings
handler IpHandler
Résultat System

Stop() public méthode

public Stop ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void