示例#1
0
 public Dialog_SelectionXML()
 {
     InitializeComponent();
     ControllerFurniture = new ControllerFurniture();
     DialogSelectionXML  = this;
     ListException       = new List <Exception>();
 }
        private void openXMLToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Dialog_SelectionXML Dialog_SelectionXML = new Dialog_SelectionXML();

            Dialog_SelectionXML.ShowDialog(this);
        }