Example #1
0
 public static Chihno toChihno(Swor x)
 {
     return (Chihno)x;
 }
Example #2
0
 public static Kar SworToKar(Swor x)
 {
     if (Swor._sworShuru < x && x > Swor._sworShesh)
         return (Kar)(x + 56);
     else
         return (Kar)x;
 }