Example #1
0
            public LabelCustomTecViewProfile(FormChangeMode.KeyDevice key, LabelViewProperties properties)
                : this()
            {
                Key = key;

                Properties = properties;
            }
Example #2
0
 public void CopyTo(LabelViewProperties dest)
 {
 }
Example #3
0
 public LabelViewProperties(LabelViewProperties dest)
     : this(dest._values)
 {
 }