|
|
@ -184,11 +184,11 @@ namespace SlnMesnac.WPF.ViewModel
|
|
|
|
_prodMgmtBusiness.PrintMessageToListBoxEvent += PrintMessageToListBox;
|
|
|
|
_prodMgmtBusiness.PrintMessageToListBoxEvent += PrintMessageToListBox;
|
|
|
|
_prodMgmtBusiness.InitProdPlan();
|
|
|
|
_prodMgmtBusiness.InitProdPlan();
|
|
|
|
});
|
|
|
|
});
|
|
|
|
Task.Run(() =>
|
|
|
|
//Task.Run(() =>
|
|
|
|
{
|
|
|
|
//{
|
|
|
|
_palletStowBusiness.PrintMessageToListBoxEvent += PrintMessageToListBox;
|
|
|
|
// _palletStowBusiness.PrintMessageToListBoxEvent += PrintMessageToListBox;
|
|
|
|
_palletStowBusiness.Init();
|
|
|
|
// _palletStowBusiness.Init();
|
|
|
|
});
|
|
|
|
//});
|
|
|
|
Task.Run(() =>
|
|
|
|
Task.Run(() =>
|
|
|
|
{
|
|
|
|
{
|
|
|
|
_prodCompletionBusiness.PrintMessageToListBoxEvent += PrintMessageToListBox;
|
|
|
|
_prodCompletionBusiness.PrintMessageToListBoxEvent += PrintMessageToListBox;
|
|
|
|