Example #1
0
 public Dialog()
 {
     commands = new DialogButtonCollection((WindowBackendHost)BackendHost);
 }
Example #2
0
 public Dialog()
 {
     commands = new DialogButtonCollection((EventSink)WindowEventSink);
 }