Beispiel #1
0
 public void MakeRequest(RevitCoreBaseDialogWindow theWindow, AbstractRequestCommand theRequest)
 {
     RequestHandler _theHandler = _HandleByWindow[theWindow.ID];
     _theHandler._theRequest = theRequest;
     ExternalEvent _theEvent = _EventbyWindow[theWindow.ID];
     _theEvent.Raise();
 }
 protected void MakeRequest(AbstractRequestCommand theRequest)
 {
     RevitCore.UI.MakeRequest(this, theRequest);
 }