コード例 #1
0
 public Dialog()
 {
     commands = new DialogButtonCollection((WindowBackendHost)BackendHost);
 }
コード例 #2
0
 public Dialog()
 {
     commands = new DialogButtonCollection((EventSink)WindowEventSink);
 }