Inheritance: System.Windows.Forms.Form
コード例 #1
0
 private void ShowVMList(string text)
 {
     button3.Enabled = true;
     PopupTextWindow tw = new PopupTextWindow();
     tw.InnerText = text;
     tw.Show();
 }
コード例 #2
0
 private void ShowVMList(string text)
 {
     button3.Enabled = true;
     PopupTextWindow tw = new PopupTextWindow();
     tw.InnerText = text;
     tw.Show();
 }