예제 #1
0
 private void btnAgregarProceso_Click(object sender, EventArgs e)
 {
     planificador.agregarProceso();
     actualizarProcesos();
 }