CK.WPF.ViewModel.VMCommand.Execute C# (CSharp) Méthode

Execute() public méthode

public Execute ( object parameter ) : void
parameter object
Résultat void
        public void Execute( object parameter )
        {
            _del();
        }