Ejemplo n.º 1
0
 private void BtnDelete_Click(object sender, EventArgs e)
 {
     AdController.DeleteAd(_currentAd.Id);
     this.Close();
 }