コード例 #1
0
ファイル: Form1.cs プロジェクト: teckila2db/Snake
 public Form1()
 {
     InitializeComponent();
     food = new Food(randFood);
 }