Beispiel #1
0
 public DragOption(DragOptionType type, object value)
 {
     Type = type;
     Value = value;
 }
Beispiel #2
0
 public DragOption(DragOptionType type, object value)
 {
     Type  = type;
     Value = value;
 }