Exemple #1
0
 public CustomWindow(WindowBaseImpl impl)
 {
     _impl = impl;
 }
Exemple #2
0
 public WindowBaseDelegate(WindowBaseImpl impl)
 {
     _impl = impl;
 }
Exemple #3
0
 public CustomPopupWindow(WindowBaseImpl impl)
     : base(impl)
 {
 }