Ejemplo n.º 1
0
 public void WarrantMore30()
 {
     System.DateTime time = DataStore.ExpireWarrantDate.AddDays(-10);
     SystemTime.ChangeSystemTime(time.Year, time.Month, time.Day);
 }