Exemplo n.º 1
0
 public MainPage()
 {
     InitializeComponent();
     Model = new MyDataModel();
     DataContext = Model;
     var theString = Languages.Translator.GetString("ButtonText");
     var theString2 = Languages.Translator.GetString("SoExciting");
 }
Exemplo n.º 2
0
		public MainPage()
		{
			InitializeComponent();
			Model = new MyDataModel();
			DataContext = Model;
			var theString = Languages.Translator.GetString("ButtonText");
			var theString2 = Languages.Translator.GetString("SoExciting");
		}