Package com.zycus.dotproject.impl

Examples of com.zycus.dotproject.impl.ProjectManagerImpl


import com.zycus.dotproject.api.IProjectManager;
import com.zycus.dotproject.impl.ProjectManagerImpl;

public class ProjectManagerFactory {
  public static IProjectManager getProjectManager() {
    return new ProjectManagerImpl();
  }
View Full Code Here

TOP

Related Classes of com.zycus.dotproject.impl.ProjectManagerImpl

Copyright © 2018 www.massapicom. 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.