Catel.Fody.TestAssembly.ViewModelBaseTest.OnTestCommandWithInterfaceExecute C# (CSharp) Method

OnTestCommandWithInterfaceExecute() private method

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