Exemplo n.º 1
0
 public ValidationInfo()
 {
     for (int i = EditsMaxCount; --i >= 0;)
     {
         ElementNames.Add(string.Empty);
     }
 }
Exemplo n.º 2
0
 static Commons()
 {
     foreach (var item in ElementTable)
     {
         ElementNames.Add(item.Name);
         ElementSymbols.Add(item.ChemicalSymbol);
         ElementNumber.Add(item.AtomicNumber);
     }
 }
Exemplo n.º 3
0
 public ValueInfo()
 {
     ElementNames.Add(string.Empty);
 }
Exemplo n.º 4
0
 public BindingInfo()
 {
     ElementNames.Add(string.Empty);
 }
Exemplo n.º 5
0
 public ElementLayoutInfo()
 {
     ElementNames.Add(string.Empty);
 }