ResetStaticProperties( ) eliminated from ComponentBase, IComponentFactory and factories.
This commit is contained in:
@@ -12,8 +12,6 @@ namespace TBF.Rig.TestMethods.OuterLoop.End
|
||||
public string ClassName { get { return this.GetType().Namespace.Substring(8); } }
|
||||
public override string ToString() { return ClassName; }
|
||||
|
||||
public void ResetStaticProperties() { Component.ResetStaticProperties(); }
|
||||
|
||||
public IComponent DummyComponent() { return new Component(); }
|
||||
|
||||
public IComponent GetComponent(IComponentCfg cfg, IList<IComponent> components) { return new Component(cfg); }
|
||||
|
||||
Reference in New Issue
Block a user