예제 #1
0
 public LayoutKeyEventArgs( ILayoutKey keyLayout )
     : base(keyLayout.Key)
 {
     LayoutKey = keyLayout;
 }
 public LayoutKeyPropertyChangedEventArgs( ILayoutKey k, string propertyName )
     : base(k, propertyName)
 {
 }