Example #1
0
        private void button9_Click(object sender, RibbonControlEventArgs e)
        {
            DocumentObject doc = new DocumentObject();

            doc.GetLineObject();
        }
Example #2
0
        private void splitButton2_Click(object sender, RibbonControlEventArgs e)
        {
            DocumentObject doc = new DocumentObject();

            doc.GetContent();
        }