コード例 #1
0
 private void ButtonBrisanje_Drop(object sender, DragEventArgs e)
 {
     if (e.Data.GetDataPresent("ugrozeniDrag"))
     {
         Vrsta vrsta = e.Data.GetData("ugrozeniDrag") as Vrsta;
         NaMapi.Remove(vrsta);
     }
 }