Esempio n. 1
0
        private void permanentVariablesButton_Click(object sender, EventArgs e)
        {
            PermanentVariablesEditor pve = new PermanentVariablesEditor();

            pve.ShowDialog();
            foreach (VariableEditor ve in this.variableEditors)
            {
                ve.updateLayout();
            }
        }
 private void permanentVariablesButton_Click(object sender, EventArgs e)
 {
     PermanentVariablesEditor pve = new PermanentVariablesEditor();
     pve.ShowDialog();
     foreach (VariableEditor ve in this.variableEditors)
     {
         ve.updateLayout();
     }
 }