コード例 #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;
 }