Ejemplo n.º 1
0
 private string XS(string s, RoughType rt)
 {
     return XS(s) + " " + XS(rt);
 }
Ejemplo n.º 2
0
 private string XS(string s1, RoughType rt1, string s2, RoughType rt2, string s3, RoughType rt3)
 {
     return XS(s1, rt1) + " " + XS(s2, rt2) + " " + XS(s3, rt3);
 }
Ejemplo n.º 3
0
 private string XS(RoughType rt)
 {
     return ((byte)rt).ToString("X2");
 }