コード例 #1
0
ファイル: Control.cs プロジェクト: KarenGeorge13/PPO
 public static void Add(Drink obj)
 {
     bindList.Add(obj);
 }