if (flatTextBox1.Text == "3581") { Azoth.Menu sForm1 = Azoth.Menu(); sForm1.Show(); } else { MessageBox.Show("Invalid"); } }
Azoth
Menu
Azoth.Menu sForm1 = Azoth.Menu;
Azoth.Menu sForm1 = new Azoth.Menu();
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)