コード例 #1
0
 public void SetLayout(Color bColor, int size = 32)
 {
     t.SortTray(t.StartPose, t.Direction, t.ChangeLineType);
     DynamicLayout(tableLayoutPanel1, bColor, size);
 }