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); } }
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); } }