Example #1
0
 public void DropZone(DropZone zone)
 {
     m_zone.OnDropOut(this);
     m_zone = zone;
     m_zone.OnDropIn(this);
 }