Exemplo n.º 1
0
Arquivo: Dialog.cs Projeto: m13253/xwt
		public Dialog ()
		{
			commands = new DialogButtonCollection ((WindowBackendHost)BackendHost);
		}
Exemplo n.º 2
0
 public Dialog()
 {
     commands = new DialogButtonCollection ((EventSink)WindowEventSink);
 }