Ejemplo n.º 1
0
        private void GridDemo_FormClosed(object sender, FormClosedEventArgs e)
        {
            GridTools.GridInfo oGridInfo    = new GridTools.GridInfo(dataGridView1);
            XmlDocument        oXmlDocument = oGridInfo.WriteToXML();

            oXmlDocument.Save(Application.StartupPath + @"\grid.xml");
        }