CanvasControlLibrary.UserCode.testFunc2 C# (CSharp) Method

testFunc2() public method

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