❔ Connecting windows forms to console app
I have game written for console app and I need to add log system where each game can be saved as a text file and later loaded so I need to use window forms to open dialogs but I am not sure how to do it. I have made another project which is WindowForms and I want to open this window and give data from some method in my console app