zsh_root
2023-06-01 6a11d13546c73912c019002f914c39202b3b49d2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
package home;
import baowen.Udp_Receive;
import data_model.Dell_door;
import data_model.Dell_fangzhuang;
import frame.Index1;
import publicclass.Open_soft_dialog;
 
/**³õʼ»¯Êý¾Ý¿â*/
public class DabaseInitialize {
    static String port="0";
    public static void start(){
        Open_soft_dialog.addara("³õʼ»¯Êý¾Ý¿â");
        new  Dell_fangzhuang();
        new Dell_door();//³õʼ»¯ÏµÍ³        
        new Index1();    
//        ChuShiHua.ding_shi_qi();//Æô¶¯¶¨Ê±Æ÷//            
        new Udp_Receive().startThread();        
//        new Dell_message24().startThread();//Æô¶¯´¦Àí±¨ÎÄÏß³Ì2
    }
 
 
}