ClrPlus.Scripting.Languages.PropertySheetV3.RootPropertySheet.AddMacro C# (CSharp) Method

AddMacro() public method

public AddMacro ( string name, string value ) : void
name string
value string
return void
        public void AddMacro(string name, string value)
        {
            _view.AddMacro(name, value);
        }