using BWP.Web.Utils; using System; using System.Collections.Generic; using System.Linq; using System.Text; using TSingSoft.WebPluginFramework; namespace BWP.B3SubstituteKill { public class PluginClass : IPluginClass { public void OnInit() { B3SubstituteDataProvider.Register(); } } }