Exemplo n.º 1
0
 public ConfigWindowService(Window owner, DataContextBase dataContext) : base(owner, dataContext)
 {
 }
Exemplo n.º 2
0
 public WindowService(Window owner, DataContextBase dataContext)
 {
     this._DataContext = dataContext;
     this._Owner       = owner;
 }