Example #1
0
        public TabPlugin(
            FlowLayoutPanel flyPanel,
            Button btnUpdate)
        {
            setting    = Service.Setting.Instance;
            pluginServ = Service.PluginsServer.Instance;

            this.flyPanel  = flyPanel;
            this.btnUpdate = btnUpdate;

            curPluginInfos = setting.GetPluginInfoItems();
            MarkdownCurOption();

            InitPanel();
            BindEvent();
        }