public void SomeMethod() { int x = Neuro.OtherMethod(); }
public void SomeMethod() { _parent.OtherMethod(); }
public void SomeMethod() { Neuro n = new Neuro(); int x = n.OtherMethod(); }