Exemplo n.º 1
0
        private void Button_Click_1(object sender, RoutedEventArgs e)
        {
            LMD_GUI.LMD_WindowCreateVariables wcv = new LMD_GUI.LMD_WindowCreateVariables(this);
            wcv.ShowDialog();

            if (wcv.result_var != null)
            {
                variables.Add(wcv.result_var);

                txtView.Text += wcv.result_var.name;
                //	contentFX.Add("var " + wcv.result_var.name, LMD_GUI.LMD_MinimizeViewPanel.TYPE.VAR, wcv.result_var.name);
            }
        }
Exemplo n.º 2
0
 private void Button_Click_1(object sender, RoutedEventArgs e)
 {
     LMD_GUI.LMD_WindowCreateVariables wcv = new LMD_GUI.LMD_WindowCreateVariables(this);
     wcv.ShowDialog();
 }