Skip to content

Instantly share code, notes, and snippets.

@ElemarJR
Created December 15, 2012 20:51
Show Gist options
  • Select an option

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

Select an option

Save ElemarJR/4299075 to your computer and use it in GitHub Desktop.
void MainPage::OnNavigatedTo(NavigationEventArgs^ e)
{
(void) e; // Unused parameter
WinRTComponentCS::Calculator^ calculator = ref new WinRTComponentCS::Calculator();
this->AddResultTextBox->Text = calculator->Add(7,3).ToString();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment