コード例 #1
0
 internal void Randomize(bool redraw = false)
 {
     model.Randomize();
     if (redraw)
     {
         DrawLattice();
     }
 }