C# Class SimpleDataBindingLists.ViewModels.MainPageViewModel

Show file Open project: TelerikAcademy/Windows-Applications

Public Methods

Method Description
AddName ( string name ) : void
DeleteName ( string name ) : void

Method Details

AddName() public method

public AddName ( string name ) : void
name string
return void

DeleteName() public method

public DeleteName ( string name ) : void
name string
return void