Untitled
unknown
plain_text
2 years ago
421 B
8
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