コード例 #1
0
 public void AddTime()
 {
     if (dn != null)
     {
         dn.TimePlus(Convert.ToInt32(Time.text));
     }
 }