Exemplo n.º 1
0
    private string imethod_0(int A_0)
    {
        int num = 0x12;

        if (this.dictionary_0 == null)
        {
            this.dictionary_0 = new Dictionary <int, string>();
            foreach (ShapeBase base2 in this.document_0.GetChildElements(DocumentObjectType.Shape, true))
            {
                string name = base2.Name;
                if (name.StartsWith(BookmarkStart.b("朷䤹", num)))
                {
                    this.dictionary_0[Class734.smethod_26(name)] = name;
                }
            }
        }
        return(this.dictionary_0[A_0]);
    }
Exemplo n.º 2
0
    private string imethod_0(int A_0)
    {
        int num = 10;

        if (this.hashtable_1 == null)
        {
            this.hashtable_1 = new Hashtable();
            foreach (ShapeObject obj2 in this.method_0().GetChildElements(DocumentObjectType.Shape, true))
            {
                string name = obj2.Name;
                if (name.StartsWith(BookmarkStart.b("漯䄱", num)))
                {
                    this.hashtable_1[Class734.smethod_26(name)] = name;
                }
            }
        }
        return(this.hashtable_1[A_0] as string);
    }