예제 #1
0
 static ASProxyBase64()
 {
     DecodeTable = new byte[CodeTable.Length * 2];
     Decoder3To4.ConstructDecodeTable(CodeTable, out DecodeTable);
 }
예제 #2
0
파일: Base64.cs 프로젝트: salarcode/ASProxy
 static Base64()
 {
     Decoder3To4.ConstructDecodeTable(CodeTable, out DecodeTable);
 }