public void Company_Click() { App.Current.Properties["getcompany"] = 1; Window_BusinessLocationList IA = new Window_BusinessLocationList(); IA.Show(); }
public void BusinessLocationList_Click() { App.Current.Properties["DailySalesBussLocation"] = 1; Window_BusinessLocationList BL = new Window_BusinessLocationList(); BL.Show(); //if (Convert.ToInt64(App.Current.Properties["LOC_ID"].ToString()) != 0) //{ // SelectedBusinessLoca.BUSINESS_LOCATION_ID = Convert.ToInt64(App.Current.Properties["LOC_ID"].ToString()); // SelectedBusinessLoca.BUSINESS_LOCATION = App.Current.Properties["BUSSINESS_LOC"].ToString(); //} }
public void ShowBussinessLocation_List() { if (App.Current.Properties["SelectedItem"] != null) { Window_BusinessLocationList IA = new Window_BusinessLocationList(); IA.Show(); if (App.Current.Properties["BussLocName"] != null) { //InvoicePOS.Views.CashRegister.CashReg.CashRegName.Text = _selectedItem.CASH_REG_NAME; //textBox5.Text = ""; var data = App.Current.Properties["BussLocName"] as BusinessLocationModel; //Main.CashRegisterName.Text = CashReg.CashRegName.Text; //CashRegisterAmountDetails.BusLocationName.Text = CashReg.CashRegName.Text; InvoicePOS.Views.CashRegister.ChangeBussinessLocation.BussinessLocationName.Text = data.BUSS_ADDRESS_1; } } }
public void BusinessLocationList_Click() { Window_BusinessLocationList IA = new Window_BusinessLocationList(); IA.Show(); }