예제 #1
0
        public BgImages(Document doc)
        {
            m_doc = doc;
            m_bgimages = new Dictionary<int, BgImage>();
            m_bgiCurrent = null;

            if (m_doc.Owner != null)
            {
                m_winBgImageList = new BgImageListForm(m_doc.Owner, this); ;
                m_winBgImage = new BgImageForm(m_doc.Owner, null);
            }
        }
예제 #2
0
        public BgImages(Document doc)
        {
            m_doc        = doc;
            m_bgimages   = new Dictionary <int, BgImage>();
            m_bgiCurrent = null;

            if (m_doc.Owner != null)
            {
                m_winBgImageList = new BgImageListForm(m_doc.Owner, this);;
                m_winBgImage     = new BgImageForm(m_doc.Owner, null);
            }
        }