?? unbind.java
字號:
package spApi;
public class Unbind extends SGIP_Command
{
private static final int CommandLength = 0;
private static final int CommandID = 2;
private int flag = 1;
public Unbind(long paramLong)
{
super(paramLong, 0, 2);
}
public Unbind(SGIP_Command paramSGIP_Command) {
super(paramSGIP_Command);
}
public int GetFlag()
{
return this.flag;
}
public Unbind() {
super(0, 2);
}
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -