private async void Btn1_Click(object sender, RoutedEventArgs e) { lblNum.Content = (await Class1.FindPrime(Int32.Parse(Number.Text))).ToString(); }