c# - winforms multiple form layouts -
Is it possible to have 2 application layouts without 2 projects, out of curiosity?
Like a layout for desktops / laptops. And then a layout for tablets?
I know that there is only one designer file, and he probably answers my question, but I was curious if I need to recreate a new program for a tablet layout, then It will also have all the same functionality as the desktop, with all the same controls, just look a bit different.
D has put the core functionality in a library assembly (DLL), and two writes UI app Which refer to the same core assembly.
Comments
Post a Comment