Hello there

I'm trying to make an editor with Visual C#, and storing the data in the Form in List<T> variables. Problem is, when I change the active window while the editor is running, or I open up in the editor a new Form, the data in my Lists is lost. What am I doing wrong?