Hy, I have a Window with a Grid that is making a select from myql, and using the .Show() function insted of ShowDialog() I can open the same window a second time to have two instances of the same window.
Now, when i open the second instance the grid populates with the new selection also in the first window....how can i make the window to open the second time without refresing the grid in it again...in the first one?
Thank you! Adrian