예제 #1
0
파일: CRC16.cs 프로젝트: opcon/Substructio
 public static CRC16 Instance()
 {
     return _instance ?? (_instance = new CRC16());
 }
예제 #2
0
 public static CRC16 Instance()
 {
     return(_instance ?? (_instance = new CRC16()));
 }