Ejemplo n.º 1
0
 public CustomWindow(WindowBaseImpl impl)
 {
     _impl = impl;
 }
Ejemplo n.º 2
0
 public WindowBaseDelegate(WindowBaseImpl impl)
 {
     _impl = impl;
 }
Ejemplo n.º 3
0
 public CustomPopupWindow(WindowBaseImpl impl)
     : base(impl)
 {
 }