@ -94,7 +94,7 @@ namespace BBWY.Client.ViewModels
this.City = consignee.City;
this.County = consignee.County;
this.Town = consignee.Town;
//this.Mobile = consignee.Mobile;
this.Mobile = consignee.Mobile;
}
protected override void Load()
@ -56,12 +56,9 @@ namespace BBWY.Client
wb2.Dispose();
try
{
var wb2Process = Process.GetProcessById(Convert.ToInt32(wb2ProcessId));
if (wb2Process != null)
wb2Process.Kill();
io.Directory.Delete(udf, true);
catch (Exception ex) { Console.WriteLine(ex.Message); }
catch { }