Exemplo n.º 1
0
        public static IoTag newWithName(string name)
        {
            IoTag tag = new IoTag();

            tag.name = name;
            return(tag);
        }
Exemplo n.º 2
0
Arquivo: IoTag.cs Projeto: devaspot/io
 public static IoTag newWithName(string name)
 {
     IoTag tag = new IoTag();
     tag.name = name;
     return tag;
 }