xmlresult.java

来自「本人的毕业设计」· Java 代码 · 共 23 行

JAVA
23
字号
/*
 * XMLResult.java
 *
 * Created on 2007年5月13日, 下午2:23
 *
 * To change this template, choose Tools | Template Manager
 * and open the template in the editor.
 */

package XRSystem.Process;

/**
 *
 * @author 王刚
 */
public class XMLResult {
    
    /** Creates a new instance of XMLResult */
    public XMLResult() {
    }
    
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?