Esempio n. 1
0
 public static void RemoveElementAt(int index, bool front)
 {
     CurrentInterface.RemoveAt(index, front);
 }