I want to filter a time zone so that it can give me an instruction. It works well for me but if I want to change the schedule I have no problems but when I close the ninja and reopen it it does not keep that last change, it always starts with the values that I have by default in the variables. I have put them in the state. SetDefaults, I have set them outside and nothing. In the value properties I have now put [XmlIgnore()] but nothing. Can you help me?
TimeSpan horaInicio = new TimeSpan(00, 00, 00) ;
TimeSpan horaFin = new TimeSpan(23, 59, 59) ;

Comment