Package org.geoforge.guillc.button

Source Code of org.geoforge.guillc.button.BtnTransientToPopPrsSwitchPrjAppRun

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

import org.geoforge.guillc.popupmenu.GfrPmuBtnCtlSwitchItemsTwoPrjAppRun;

/**
*
* @author bantchao
*/
public class BtnTransientToPopPrsSwitchPrjAppRun extends BtnTransientToPopPrsSwitchPrjAppAbs
{
    public BtnTransientToPopPrsSwitchPrjAppRun()
    {
        super();
       
        super._pmu = new GfrPmuBtnCtlSwitchItemsTwoPrjAppRun();
    }
}
TOP

Related Classes of org.geoforge.guillc.button.BtnTransientToPopPrsSwitchPrjAppRun

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.