コード例 #1
0
            public GxiContext(GxiProfile p, PwDatabase pd, PwGroup pg, PwEntry pe)
            {
                m_pd = pd;
                m_pg = pg;
                m_pe = pe;

                m_dStringKeyRepl    = GxiImporter.ParseRepl(p.StringKeyRepl);
                m_dStringValueRepl  = GxiImporter.ParseRepl(p.StringValueRepl);
                m_dStringKeyRepl2   = GxiImporter.ParseRepl(p.StringKeyRepl2);
                m_dStringValueRepl2 = GxiImporter.ParseRepl(p.StringValueRepl2);
                m_dBinaryKeyRepl    = GxiImporter.ParseRepl(p.BinaryKeyRepl);
            }