Ejemplo n.º 1
0
 public static void Init(Key _autoUltToggleKey)
 {
     string toogleAutoUltKey_ToString = new KeyConverter().ConvertToString(_autoUltToggleKey);
     autoUltToggleKey = toogleAutoUltKey_ToString.ToCharArray()[0];
 }