C# Class csCommon.RemoteScreenPlugin.ContactsViewModel

Inheritance: Caliburn.Micro.Screen
Show file Open project: TNOCS/csTouch Class Usage Examples

Public Methods

Method Description
CreateGroup ( ) : void
UpdateClients ( ) : void

Protected Methods

Method Description
OnViewLoaded ( object view ) : void

Private Methods

Method Description
Clients_CollectionChanged ( object sender, System e ) : void
Groups_CollectionChanged ( object sender, System e ) : void
Imb_ClientChanged ( object sender, ImbClientStatus e ) : void
Imb_PropertyChanged ( object sender, System e ) : void

Method Details

CreateGroup() public method

public CreateGroup ( ) : void
return void

OnViewLoaded() protected method

protected OnViewLoaded ( object view ) : void
view object
return void

UpdateClients() public method

public UpdateClients ( ) : void
return void