AuScGen.WhiteFramework.WhitePlugin.BaseControl C# (CSharp) Method

BaseControl() public method

public BaseControl ( string LogicalName ) : BaseControl
LogicalName string
return BaseControl
        public BaseControl BaseControl(string LogicalName)
        {
            return new BaseControl(GuiMapPath, LogicalName, myControlAccess);
        }