9 lines
184 B
C#
9 lines
184 B
C#
using VirtualChemistry.Demo.Concepts;
|
|
|
|
public partial class MultiBond : Bond2D
|
|
{
|
|
public override void BondUpdate()
|
|
{
|
|
throw new System.NotImplementedException();
|
|
}
|
|
} |