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

ViewModelBaseTest() public method

public ViewModelBaseTest ( ) : Data
return Data
        public ViewModelBaseTest()
        {
            TestCommand = new Command(OnTestCommandExecute);
            TestCommandWithInterface = new Command(OnTestCommandWithInterfaceExecute);
        }