예제 #1
0
 public static RS232 GetSignleton()
 {
     if (Signleton == null)
     {
         Signleton = new RS232();
     }
     return(Signleton);
 }
예제 #2
0
파일: RS232.cs 프로젝트: damonlin/Reporter
 public static RS232 GetSignleton()
 {
     if (Signleton == null)
         Signleton = new RS232();
     return Signleton;
 }