internal FileDialog() { filters = new FileDialogFilterCollection (AddRemoveItem); backendHost = new BackendHost<FileDialog,IFileDialogBackend> (); backendHost.Parent = this; }
public XwtComponent() { backendHost = CreateBackendHost (); backendHost.Parent = this; }