Ejemplo n.º 1
0
        protected override Control CreateToolWindowControl()
        {
            AstExplorerControl control = new AstExplorerControl(GlobalServiceProvider);

            return(control);
        }
 protected override Control CreateToolWindowControl()
 {
     AstExplorerControl control = new AstExplorerControl(GlobalServiceProvider);
     return control;
 }