Example #1
0
        internal object method_9(object object_0, ArrayList arrayList_0)
        {
            Interface3 interface2;

            if (!PlugInTree.smethod_1().TryGetValue("TreeNode_All", out interface2))
            {
                throw new Exception("功能代理 TreeNode_All 未定义!");
            }
            return(interface2.imethod_0(object_0, this, arrayList_0));
        }
Example #2
0
        internal object method_8(object object_0, ArrayList arrayList_0)
        {
            Interface3 interface2;

            if (!PlugInTree.smethod_1().TryGetValue(this.string_0, out interface2))
            {
                throw new Exception("功能代理 " + this.string_0 + " 未定义!");
            }
            return(interface2.imethod_0(object_0, this, arrayList_0));
        }