示例#1
0
    static void Main()
    {
        var v1 = new C1 <Model> ();
        var c3 = new C3();

        c3.ApplyImpl(v1);
    }