コード例 #1
0
 private void GenerujKodKreskowyCommandExecute()
 {
     LabelModel.KodKreskowy = BarCodeGenerator.GetUniqueId();
     RaisePropertyChanged(nameof(LabelModel));
 }
コード例 #2
0
 private void GenerujKodKreskowyCommandExecute()
 {
     WybranyTowarRuch.NrParti = BarCodeGenerator.GetUniqueId();
 }
コード例 #3
0
 private void PobierzUniqueIDCommandExecute()
 {
     TowarRuch.NrParti = BarCodeGenerator.GetUniqueId();
     RaisePropertyChanged(nameof(TowarRuch));
 }