Esempio n. 1
0
 public static IUdpTool getInstance()
 {
     if (null == instance)
     {
         instance = new MyUdpTool();
     }
     return(instance);
 }
Esempio n. 2
0
 public static IUdpTool getInstance()
 {
     if(null == instance)
     {
         instance = new MyUdpTool();
     }
     return instance;
 }