Wrox.ProCSharp.Composition.CalculatorViewModel.OnClearLog C# (CSharp) Method

OnClearLog() public method

public OnClearLog ( ) : void
return void
        public void OnClearLog()
        {
            Status = string.Empty;
        }