예제 #1
0
 public static SingltonRemoteObject createInstance()
 {
     if (sro == null)
     {
         sro = new SingltonRemoteObject();
     }
     return(sro);
 }
 public CompteService() : base()
 {
     sro = SingltonRemoteObject.createInstance();
 }