Desktop tool for browsing account info from EVE-Online
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

Main.java 324B

123456789101112131415161718192021
  1. /*
  2. * To change this template, choose Tools | Templates
  3. * and open the template in the editor.
  4. */
  5. package uk.co.md87.evetool;
  6. /**
  7. *
  8. * @author chris
  9. */
  10. public class Main {
  11. /**
  12. * @param args the command line arguments
  13. */
  14. public static void main(String[] args) {
  15. ApiFactory.getApi();
  16. }
  17. }