Skip to content

Instantly share code, notes, and snippets.

View conceptdev's full-sized avatar
💭
🐵monkeying around

Craig Dunn conceptdev

💭
🐵monkeying around
View GitHub Profile
@conceptdev
conceptdev / App.cs
Created August 14, 2014 03:02
Attempt to repro JIT issue with Xamarin.Forms http://forums.xamarin.com/discussion/comment/70473
using System;
using Xamarin.Forms;
namespace App8
{
public class App
{
public static Page GetMainPage ()
{
return new MyPage();