示例#1
0
            private string PraseLabel2RFID(Label label)
            {
                string newfile = label.GetId();

                return(newfile);
            }
示例#2
0
 private string PraseLabel2File(Label label)
 {
     return(label.GetId());
 }