Catel.Fody.TestAssembly.ViewModelBaseTest.OnTestCommandWithInterfaceExecute C# (CSharp) Метод

OnTestCommandWithInterfaceExecute() приватный Метод

Method to invoke when the TestCommandWithInterface command is executed.
private OnTestCommandWithInterfaceExecute ( ) : void
Результат void
        private void OnTestCommandWithInterfaceExecute()
        {
            // TODO: Handle command logic here
        }
    }