Ejemplo n.º 1
0
    public static void show(ref ConsoleSystem.Arg arg)
    {
        bool result = false;

        bool.TryParse(arg.Args[0], out result);
        LockEntry.Show(result);
    }
Ejemplo n.º 2
0
    public static void show(ref ConsoleSystem.Arg arg)
    {
        bool flag = false;

        bool.TryParse(arg.Args[0], out flag);
        LockEntry.Show(flag);
    }