示例#1
0
 internal PinClickedEventArgs(Pin pin)
 {
     this.Pin = pin;
 }
示例#2
0
 internal PinDragEventArgs(Pin pin)
 {
     this.Pin = pin;
 }