M
Matthew Morvant
I have a C# application that starts off at a main form. On this form are
several private variables with public properties (get/set). One task
envolves a second form poping up and the data from that form is written out
to one of the public properties on the main form. When a third form is
popped up the data that the second form set is no longer set. Is there
something wrong with my thinking? Anyone have any recomendations for a
better method? I just need variables that I can access/set from a number of
different locations. This is my first major (GUI) application in C#, so be
gentle.
Matthew
several private variables with public properties (get/set). One task
envolves a second form poping up and the data from that form is written out
to one of the public properties on the main form. When a third form is
popped up the data that the second form set is no longer set. Is there
something wrong with my thinking? Anyone have any recomendations for a
better method? I just need variables that I can access/set from a number of
different locations. This is my first major (GUI) application in C#, so be
gentle.
Matthew