Package wolf.city

Source Code of wolf.city.LCTestMain

package wolf.city;

import wolf.util.LCTest;

public class LCTestMain {

  /**
   * @param args
   */
  public static void main(String[] args) {
    @SuppressWarnings("unused")
    LCTest disp = new LCTest();
   

  }

}
TOP

Related Classes of wolf.city.LCTestMain

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.