Ejemplo n.º 1
0
    public static int Main(String[] args)
    {
        cs1 t = new cs1();

        Console.WriteLine(t.GetType() == typeof(cs1) ? 100 : args.Length);
        return(100);
    }
Ejemplo n.º 2
0
    public static int Main(String[] args)
    {
        cs1 t = new cs1();

        Console.WriteLine(t.GetType() == typeof(cs1) ? 100 : args.Length);
        return 100;
    }