I want add the object 1 + object inside my Button clicked
How do I go about it
CODE IN XAML
CODE IN XAML.CS
private void Button_Click(object sender, RoutedEventArgs e)
{
Screen.Text = Screen.Text + "=";
}
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Nitin SontakkePosted May 25, 2018, 1:40 AM