Package org.geoforge.guillcogceclgsi.menubar

Source Code of org.geoforge.guillcogceclgsi.menubar.GfrMbrSpcAppRootGsi

/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.geoforge.guillcogceclgsi.menubar;

import org.geoforge.guillc.menubar.GfrMbrSpcAppRootAbs;
import org.geoforge.guillcogceclgsi.menu.GfrMenHlpMainSpcRootGsi;

/**
*
* @author robert
*/
public class GfrMbrSpcAppRootGsi extends GfrMbrSpcAppRootAbs
{
   public GfrMbrSpcAppRootGsi() throws Exception
   {
      super();
     
      super._menHelp = new GfrMenHlpMainSpcRootGsi();
   }
}
TOP

Related Classes of org.geoforge.guillcogceclgsi.menubar.GfrMbrSpcAppRootGsi

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.