Exemplo n.º 1
0
 static GuidCodeHelper()
 {
     ConstantCode        = "1a2b3c4d5e6f7g8h9i0j9k8l7m6n5o4p3q2r1s0t1u2v3w4x5y6z".ToUpper();
     ShuffleConstantCode = new ShuffleNet <char>(ConstantCode, true, true);
 }