using ESRI.ArcGIS.Carto; namespace Kingo.PluginServiceInterface { public interface IBGResultFormHelper { void InitView(IFeatureLayer layer); } }