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