public static O2MappedAstData showInTreeView(this O2MappedAstData o2MappedAstData, System.Windows.Forms.TreeView treeView, ascx_SourceCodeEditor codeEditor) { o2MappedAstData.afterSelect_ShowInSourceCodeEditor(treeView, codeEditor); return(o2MappedAstData.showInTreeView(treeView)); }