Exemple #1
0
 public void DeleteBlock(int index)
 {
     window.DeleteBlock(Blocks[index].Item1);
     Blocks.RemoveAt(index);
 }