protected override bool RunDialog(IntPtr hwndOwner)
        {
            LineWeightForm frm = new LineWeightForm();            
            frm.ShowDialog();
            
            mLineWidth = frm.LineWeight;

            return true;
        }
Exemple #2
0
        protected override bool RunDialog(IntPtr hwndOwner)
        {
            LineWeightForm frm = new LineWeightForm();

            frm.ShowDialog();

            mLineWidth = frm.LineWeight;

            return(true);
        }