, :
, . . → .
(Universal Windows). , , YourAppName.Core. *.cs. YourAppName, App.xaml, App.cs, Properties, References, TemporaryKey, Manifest project.json, YourAppName.Core. YourAppName YourAppName.Core *.xaml *.cs.
YourAppName. , , , MainPage, . , → "YourAppName.Core". , App.cs MainPage. MainPage.xaml :
<Grid>
<YourPageName that was previously in App.cs/>
</Grid>
Launch the app. If it works just like everyone else, everything is in order.
Now go to the main application into which you want to embed the application described above and just make a link to your YourAppName.Core library. Just use it in your XAML anywhere, or create instances from code.
source
share