Beispiel #1
0
 public IntegerUpDownConverter(Int32ListUpDown parent)
 {
     _parent = parent;
 }
Beispiel #2
0
			public IntegerUpDownConverter(Int32ListUpDown parent)
			{
				_parent = parent;
			}
Beispiel #3
0
 public Int32ListUpDownAutomationPeer(Int32ListUpDown control)
     : base(control)
 {
 }
Beispiel #4
0
		public Int32ListUpDownAutomationPeer(Int32ListUpDown control)
			: base(control)
		{
		}