Skip to content

Instantly share code, notes, and snippets.

@ElemarJR
Created December 15, 2012 21:02
Show Gist options
  • Select an option

  • Save ElemarJR/4299182 to your computer and use it in GitHub Desktop.

Select an option

Save ElemarJR/4299182 to your computer and use it in GitHub Desktop.
protected override void OnNavigatedTo(NavigationEventArgs e)
{
var calculator = new WinRTComponentCpp.Calculator();
this.AddResultTextBox.Text =
calculator.Add(4, 45).ToString();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment