/// <summary> /// It works but I need more research on the topic, will come back with better code or answer. /// </summary> /// <param name="movie"></param> public void UpdateMovies(ListBoxTheaterMovie movie) { movies.Add(movie); }
/// <summary> /// It works but I need more research on the topic /// </summary> /// <param name="theater"></param> public void UpdateTheater(ListBoxTheaterMovie theater) { theaters.Add(theater); }