コード例 #1
0
 public AlertResponseScope(IVisio.Application app, VA.Application.AlertResponseCode value)
 {
     this.app = app;
     this.old_alertresponse = (VA.Application.AlertResponseCode) this.app.AlertResponse;
     this.app.AlertResponse = (short)value;
 }
コード例 #2
0
 public AlertResponseScope(IVisio.Application app, VA.Application.AlertResponseCode value)
 {
     this.app = app;
     this.old_alertresponse = (VA.Application.AlertResponseCode)this.app.AlertResponse;
     this.app.AlertResponse = (short)value;
 }