All Downloads are FREE. Search and download functionalities are using the official Maven repository.

holmos.webtest.element.Button Maven / Gradle / Ivy

There is a newer version: 1.0.2u10
Show newest version
package holmos.webtest.element;
/**
 * 
 * @author 吴银龙(15857164387)
 * */
public class Button extends Element{

	public Button(String comment) {
		super(comment);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy