Package easysm

Source Code of easysm.Launcher

package easysm;

import easysm.executors.Main;

/**
* @author FourCheeses Software Solutions
*/
public class Launcher
{
  public static void main(String[] args)
  {
    new Main();
  }
}
TOP

Related Classes of easysm.Launcher

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.