New Window

new Form2().Show(); this.Hide(); // include this to hide old window.
 avatar
unknown
csharp
3 years ago
76 B
7
Indexable
new Form2().Show(); //shows a new form
this.Hide(); //include to hide window
Editor is loading...