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