Untitled

 avatar
unknown
plain_text
10 months ago
421 B
4
Indexable
 protected override void OnAppearing()
 {
     base.OnAppearing();
     coursecode.Text = coursecode1;
     coursename.Text = coursename1;




 }


 public async void Btnedit_OnClicked(object sender, EventArgs e)
 {

     await _course._EditCourse(coursecode.Text, coursename.Text);
     await DisplayAlert("Added Successfully", "", "okay");
     Application.Current!.MainPage = new AppShell();



 }
Editor is loading...
Leave a Comment