package home;
|
import baowen.Insertdatabase;
|
import baowen.Udp_Receive;
|
import data_model.Dell_shebei;
|
import data_model.Dell_system;
|
import frame.Index1;
|
import publicclass.Open_soft_dialog;
|
|
/**³õʼ»¯Êý¾Ý¿â*/
|
public class DabaseInitialize {
|
static String port="0";
|
public static void start(){
|
Open_soft_dialog.addara("³õʼ»¯Êý¾Ý¿â");
|
Dell_system.getvec();
|
new Dell_shebei();//³õʼ»¯ÏµÍ³
|
Dell_shebei.getvec();
|
new Index1();
|
// ChuShiHua.ding_shi_qi();//Æô¶¯¶¨Ê±Æ÷//
|
new Udp_Receive().startThread();
|
new Insertdatabase().startThread();
|
// new Dell_message24().startThread();//Æô¶¯´¦Àí±¨ÎÄÏß³Ì2
|
}
|
|
|
}
|