Inheritance: System.Windows.Forms.Form
コード例 #1
0
 private void ShowVMList(Dictionary<string, bool> vmList)
 {
     VMListForm form = new VMListForm(msr);
     form.VMs = vmList;
     form.Show(this);
     button3.Enabled = true;
 }
コード例 #2
0
 private void ShowVMList(Dictionary<string, bool> vmList)
 {
     VMListForm form = new VMListForm(msr);
     form.VMs = vmList;
     form.Show(this);
     button3.Enabled = true;
 }