C#中弹出新窗口

1.在主窗体程序中定义对应别的窗体的对象

Form_a_class form1 = Form_a_class  test_delegate();

2.调用显示
form1.ShowDialog();

原文地址:https://www.cnblogs.com/fx427103/p/4143688.html