예제 #1
0
 public ShowBusyIndication(IStartBusyIndication startBusyIndication, Guid requestId, string message)
 {
     this.startBusyIndication = startBusyIndication;
     this.requestId = requestId;
     this.message = message;
 }
예제 #2
0
 public ShowBusyIndication(IStartBusyIndication startBusyIndication, Guid requestId, string message)
 {
     this.startBusyIndication = startBusyIndication;
     this.requestId           = requestId;
     this.message             = message;
 }