Skip to content

Instantly share code, notes, and snippets.

@Char0394
Created July 11, 2017 03:14
Show Gist options
  • Select an option

  • Save Char0394/963a1f5c89a28a076d8fe5836184e453 to your computer and use it in GitHub Desktop.

Select an option

Save Char0394/963a1f5c89a28a076d8fe5836184e453 to your computer and use it in GitHub Desktop.
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