Skip to content

Instantly share code, notes, and snippets.

@YutaWatanabe
Created January 22, 2015 06:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YutaWatanabe/c9da392abaf6074fdc4c to your computer and use it in GitHub Desktop.
Save YutaWatanabe/c9da392abaf6074fdc4c to your computer and use it in GitHub Desktop.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Xamarin.Forms;
namespace CdonApp
{
public class App : Application
{
public App()
{
MainPage = new CdonPage();
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment