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

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