Tormenator1
Print statements not appearing in terminal of Eto application.
I'm using Eto to create a basic GUI,however,I'm running into an odd issue.
When I press the corresponding button and open the dialog,none of these print statements execute,and I'm unsure why.
1 replies
✅ Utilizing the extension filter for openfiledialog
Hello. I'm attempting to use this to filter for text files. However,I get an error that says
'OpenFileDialog' does not contain a definition for 'Filter' and no accessible extension method 'Filter' accepting a first argument of type 'OpenFileDialog' could be found (are you missing a using directive or an assembly reference?)
. I am on the newest version of the NET SDK,but I'm pretty sure that .Filter wasn't decapricated. What am i doing wrong?2 replies