CompareVersion.cs 215 B

123456789101112
  1. using System;
  2. using System.Collections;
  3. using System.Collections.Generic;
  4. using System.Text;
  5. namespace MAutoUpdate
  6. {
  7. public class CompareVersion
  8. {
  9. public Hashtable Versions { get; set; }
  10. }
  11. }