You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm sorry for writting here but, I don't find any FAQ or documentation. It is possible to use this controls inside WindowsForms Project. I want use Save File Dialog in my application?
Create object like this not working.
var svc = new WindowDialogs()
I have an error:
WindowsDialogs not have constructor takes 0 argument.
How to use SaveFileDialog?
Thank you in advance
The text was updated successfully, but these errors were encountered:
I'm sorry for writting here but, I don't find any FAQ or documentation. It is possible to use this controls inside WindowsForms Project. I want use Save File Dialog in my application?
Create object like this not working.
var svc = new WindowDialogs()
I have an error:
WindowsDialogs not have constructor takes 0 argument.
How to use SaveFileDialog?
Thank you in advance
The text was updated successfully, but these errors were encountered: