using System; using System.Collections.Generic; using Xamarin.Forms; namespace comal.timesheets { public partial class NewPurchase { public NewPurchase() { InitializeComponent(); } void SavePurch_Clicked(System.Object sender, System.EventArgs e) { } void Notes_TextChanged(System.Object sender, Xamarin.Forms.TextChangedEventArgs e) { } private void SelectJob_Clicked(object sender, EventArgs e) { throw new NotImplementedException(); } private void Title_TextChanged(object sender, TextChangedEventArgs e) { throw new NotImplementedException(); } } }