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