using VirtualChemDemo.Concepts; public partial class MultiBond : Bond2D { public override void BondUpdate() { throw new System.NotImplementedException(); } }