コード例 #1
0
ファイル: ChecklistNoti.cs プロジェクト: URK96/ResinTimer
 public void EditItemType(CLEnv.ResetType type)
 {
     ItemType = type;
     //ResetTime = TimeSpan.FromHours(GEnv.resetTimeList[(int)type]);
 }
コード例 #2
0
ファイル: ChecklistNoti.cs プロジェクト: URK96/ResinTimer
        public ChecklistNoti(CLEnv.ResetType type = CLEnv.ResetType.Once)
        {
            EditItemType(type);

            NotiTime = DateTime.Now;
        }