ConvertStatus.java 94 B

1234567
  1. package epson.print.gdconv;
  2. public enum ConvertStatus {
  3. INIT,
  4. UPLOAD,
  5. DOWNLOAD
  6. }