Package com.ponysdk.impl.webapplication.page.place

Examples of com.ponysdk.impl.webapplication.page.place.LoginPlace


    }

    @Override
    public void onOpen() {
        // PScript.get().execute("less.watch();");
        start(new LoginPlace());
    }
View Full Code Here

TOP

Related Classes of com.ponysdk.impl.webapplication.page.place.LoginPlace

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.