Esempio n. 1
0
 private void GenerujKodKreskowyCommandExecute()
 {
     LabelModel.KodKreskowy = BarCodeGenerator.GetUniqueId();
     RaisePropertyChanged(nameof(LabelModel));
 }
Esempio n. 2
0
 private void GenerujKodKreskowyCommandExecute()
 {
     WybranyTowarRuch.NrParti = BarCodeGenerator.GetUniqueId();
 }
Esempio n. 3
0
 private void PobierzUniqueIDCommandExecute()
 {
     TowarRuch.NrParti = BarCodeGenerator.GetUniqueId();
     RaisePropertyChanged(nameof(TowarRuch));
 }