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