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