using Comal.Classes; using InABox.Clients; using InABox.Core; using Plugin.Media; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using Xamarin.Forms; using Xamarin.Forms.Xaml; using XF.Material.Forms.UI.Dialogs; namespace comal.timesheets { [XamlCompilation(XamlCompilationOptions.Compile)] public partial class StockLocationSelectionPage : ContentPage { #region Constructor and Fields public delegate void LocationSelected(StockLocationShell shell); public delegate void MultiLocationSelected(List shells); public event LocationSelected OnLocationSelected; public event MultiLocationSelected OnMultiLocationSelected; Color tealColor = Color.FromHex("#15C7C1"); Color purpleColor = Color.FromHex("#a2006d"); List stockWarehouses = new List(); List stockAreas = new List(); List stockLocations = new List(); List currentList = new List(); List confirmedList = new List(); List