Issue with referencing Winform form

I have bean having a issue referencing a winform form I initialize in main, the code for the referencing is as follows, Form1 f1 = new Form1(); Application.Run(f1); f1.changeText("Hello World"); the form itself is defined in another file. f1.changetext is a simple function which takes a string input and sets a text block element to… Read More Issue with referencing Winform form