Exemplo n.º 1
0
 public static void remove(ref ConsoleSystem.Arg arg)
 {
     FavouriteList.Remove(arg.GetString(0, string.Empty));
 }
Exemplo n.º 2
0
    public static void @remove(ref ConsoleSystem.Arg arg)
    {
        string str = arg.GetString(0, string.Empty);

        FavouriteList.Remove(str);
    }