/// <summary>
        /// The plugin entry point
        /// </summary>

        public void Main()
        {
            Integrate.SetPlugin(this);                                 //Integrate the plugin
            Integrate.StartPluginThread(new MainFunction(PluginMain)); //Create a new theread
            invoker = sCore.UI.CommonControls.mainTabControl.Parent;   //Get the R.A.T Server Form
        }