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. }