Friday, May 8, 2015

How to refresh Form1 from inside a class?

Just in the suggestion of Mr. Zator you can keep the parameterless constructor also, so it doesn't break where it is used, so you have two:

 public Dialog()
        {
            InitializeComponent();
            
        }


Fouad Roumieh

No comments:

Post a Comment