Esempio n. 1
0
 public QuickJumpGridListItem(QuickJumpGrid owner)
     : base()
 {
     _owner = owner;
 }
Esempio n. 2
0
 public QuickJumpGridOverlay(QuickJumpGrid owner)
     : this()
 {
     _owner = owner;
 }