コード例 #1
0
ファイル: Board.cs プロジェクト: ofri1224/snake_game_homework
 public void AddLabel(TextLabel lbl)
 {
     board.Controls.Add(lbl.LabelControl);
 }