Created
July 11, 2017 03:14
-
-
Save Char0394/963a1f5c89a28a076d8fe5836184e453 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using Prism.Unity; | |
| using Xamarin.Forms; | |
| namespace PrismUnitySample | |
| { | |
| public partial class App : PrismApplication | |
| { | |
| public App(IPlatformInitializer initializer = null) : base(initializer) { } | |
| protected override void OnInitialized() | |
| { | |
| InitializeComponent(); | |
| } | |
| protected override void RegisterTypes() | |
| { | |
| } | |
| } | |
| } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment