Beispiel #1
0
        // Get the text from a pop-up dialog and then set it?
        public void setText(Visual_Flow_Form form)
        {
            Comment_Dlg CD = new Comment_Dlg(this, form);

            CD.ShowDialog();
            if (this.text_change)
            {
                this.resize(form.CreateGraphics());
                this.text_change = false;
            }
        }