public AlertResponseScope(IVisio.Application app, AlertResponseCode value)
 {
     this._app = app;
     this._old_alertresponse = (AlertResponseCode)this._app.AlertResponse;
     this._app.AlertResponse = (short)value;
 }
 public AlertResponseScope(IVisio.Application app, AlertResponseCode value)
 {
     this.app = app;
     this.old_alertresponse = (AlertResponseCode)this.app.AlertResponse;
     this.app.AlertResponse = (short)value;
 }