ok I have to function:
Twain = new TWAINComm.Twain( App.Current.MainWindow, feedback, applicationIdentity );
now, I get an error for app.Current.MainWindow
I need to pass an Window appWindow and it should be the current on but it is not working.
I can using winform.
how do i fix this ?