Inheritance: System.Windows.Forms.Form
 private void ShowVMList(string text)
 {
     button3.Enabled = true;
     PopupTextWindow tw = new PopupTextWindow();
     tw.InnerText = text;
     tw.Show();
 }
 private void ShowVMList(string text)
 {
     button3.Enabled = true;
     PopupTextWindow tw = new PopupTextWindow();
     tw.InnerText = text;
     tw.Show();
 }