Catel.Fody.TestAssembly.ViewModelBaseTest.OnTestCommandWithInterfaceExecute C# (CSharp) Méthode

OnTestCommandWithInterfaceExecute() private méthode

Method to invoke when the TestCommandWithInterface command is executed.
private OnTestCommandWithInterfaceExecute ( ) : void
Résultat void
        private void OnTestCommandWithInterfaceExecute()
        {
            // TODO: Handle command logic here
        }
    }