Example #1
0
 public Covalent(IElement atom1, IElement atom2) : base(atom1, atom2)
 {
     atom1.AddElectron();
     atom2.AddElectron();
 }