예제 #1
0
 public void EditItemType(CLEnv.ResetType type)
 {
     ItemType = type;
     //ResetTime = TimeSpan.FromHours(GEnv.resetTimeList[(int)type]);
 }
예제 #2
0
        public ChecklistNoti(CLEnv.ResetType type = CLEnv.ResetType.Once)
        {
            EditItemType(type);

            NotiTime = DateTime.Now;
        }