I would like to know if it is possible to reload or re initialise a form and all its variables/objects to its original state. an example is as follows.
i have a form with two public variables length and width. when the form is run for the first time it gets updated eg length set to 10 width to 20.. when in operation ther are some calculations that are done and the values of length, width changes. is it possible to call a method that remembers all the default values, including combo box states, datagridview states etc.
i have a form with two public variables length and width. when the form is run for the first time it gets updated eg length set to 10 width to 20.. when in operation ther are some calculations that are done and the values of length, width changes. is it possible to call a method that remembers all the default values, including combo box states, datagridview states etc.
Comment