Exemplo n.º 1
0
 public Dialog()
 {
     commands = new DialogButtonCollection((WindowBackendHost)BackendHost);
 }
Exemplo n.º 2
0
 public Dialog()
 {
     commands = new DialogButtonCollection((EventSink)WindowEventSink);
 }