示例#1
0
 private static string Print(byte[] bytes)
 {
     return(MyBigIntImp.Print(bytes));
 }
示例#2
0
 private static String Print(byte[] bytes)
 {
     return MyBigIntImp.Print(bytes);
 }