Example #1
0
 public IntegerUpDownAutomationPeer(Int32UpDown control)
     : base(control)
 {
 }
Example #2
0
 public IntegerUpDownConverter(Int32UpDown parent)
 {
     _parent = parent;
 }