CanvasControlLibrary.UserCode.testFunc1 C# (CSharp) Method

testFunc1() public method

public testFunc1 ( CanvasControlLibrary CCL ) : void
CCL CanvasControlLibrary
return void
        public void testFunc1(CanvasControlLibrary.Models.CanvasControlLibrary CCL)
        {
            CCL.ButtonPropsArray[0].Text = (string) CCL.Params[0] + (string) CCL.Params[1];
        }