Exemplo n.º 1
0
 private void DeleteBN_Click(object sender, EventArgs e)
 {
     Controller.DeleteChannel();
     Controller.UpdateChannels();
 }