コード例 #1
0
ファイル: UC4.cs プロジェクト: tancfeng/YZ_WinForm
 public UC4()
 {
     InitializeComponent();
     for (int i = 0; i < 50; i++)
     {
         var c = new UC1("单体模型" + i);
         this.flowLayoutPanel1.Controls.Add(c);
     }
 }
コード例 #2
0
 public UC4()
 {
     InitializeComponent();
     for (int i = 0; i < 50; i++)
     {
         var c = new UC1("单体模型" + i);
         this.flowLayoutPanel1.Controls.Add(c);
     }
 }