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
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