private RelayCommand publickeycommand;
public ICommand PublickeyCommand
{
get { return publickeycommand ?? (publickeycommand = new RelayCommand(() => publickeyBrowse())); }
}
what is the meaning of this symbols ?? , => and += in MVVM pattern any one guide me plz
gowthaman8870226416
Reply |
Reply with attachment |
Alert Moderator