private void CmdShowViewTool(MOC.CommandBarButton Ctrl, ref bool CancelDefault) { var form = new FormViewTool(); this.add_anchor_window(form); }