package engbs;
|
import BaoWen.Dell_GNGGA;
|
import PbuliClass.ShowMessage;
|
public class Bs_dell_urtmoade1 {
|
/**²ÉÓõ¥µãÊý¾Ý*/
|
//BSTOCS1,urtmode,1,end
|
public static void urtmode(String[] a) {
|
String type=a[2];
|
if(type.equals("0")) {
|
Dell_GNGGA.setUrtmode1(false);
|
}else if(type.equals("1")) {
|
Dell_GNGGA.setUrtmode1(true);
|
}else if(type.equals("2")) {
|
Dell_GNGGA.setUrtmode1(true);
|
}
|
ShowMessage.zidingyi("ÊÕµ½¿ØÖÆÖ¸Áîurtmode£º"+type);
|
}
|
}
|