Desktop tool for browsing account info from EVE-Online
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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