Reply to thread

AW: Re: JSON Interface




your plugin.cs has this property

public string Name

        {

            get { return "JSON Interface"; }

        }

this property "Name" see you in the aviable pluginlist section

setup.cs = (Usercontroll)


have on top an gardient Label  that should be view the Property "Name" too


and for that need you this constructors


Top Bottom