-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open data source dialog refactor #3245
Open data source dialog refactor #3245
Conversation
b88b453
to
b6a3023
Compare
In BaseFileDialogNE |
I rebase on master and force push to ensure the file renames in the first commit work properly. |
b6a3023
to
604c3a3
Compare
I found in the Skyline UI where to change the language so I could test that my code and resx changes were working as expected. I made changes to the base form and manually updated the resx files for the other languages. |
… BUILD This commit DOES NOT BUILD. Separate GIT commit so rename of files works. Rename Form OpenDataSourceDialog to BaseFileDialogNE. Following commits will add new subclasses OpenFileDialogNE and OpenDataSourceDialog
f683cfa
to
25c56a4
Compare
25c56a4
to
cf17207
Compare
As part of previous commit and this commit: Rename OpenDataSourceDialog to BaseFileDialogNE Add new empty classes OpenFileDialogNE and OpenDataSourceDialog New inheritance path: BaseFileDialogNE > OpenFileDialogNE > OpenDataSourceDialog Move Open() method to class OpenFileDialogNE
cf17207
to
a48e8ad
Compare
No description provided.