diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-02-08 19:22:42 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-02-08 19:22:42 +0200 |
| commit | 6103db0f792e396583929c08117e07fb6b9aa389 (patch) | |
| tree | b7606b44cce5c3b224ddba8ac6491aff48438b50 /Software/Visual_Studio/SideChains/RealTimeGraphEx/RealTimeGraphExBase.cs | |
| parent | a1432b11d087a4b2f4530504e18434225b36bf48 (diff) | |
| download | Tango-6103db0f792e396583929c08117e07fb6b9aa389.tar.gz Tango-6103db0f792e396583929c08117e07fb6b9aa389.zip | |
Working on MachineTechView...
Diffstat (limited to 'Software/Visual_Studio/SideChains/RealTimeGraphEx/RealTimeGraphExBase.cs')
| -rw-r--r-- | Software/Visual_Studio/SideChains/RealTimeGraphEx/RealTimeGraphExBase.cs | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/Software/Visual_Studio/SideChains/RealTimeGraphEx/RealTimeGraphExBase.cs b/Software/Visual_Studio/SideChains/RealTimeGraphEx/RealTimeGraphExBase.cs index 16264aa4b..f0c612608 100644 --- a/Software/Visual_Studio/SideChains/RealTimeGraphEx/RealTimeGraphExBase.cs +++ b/Software/Visual_Studio/SideChains/RealTimeGraphEx/RealTimeGraphExBase.cs @@ -901,7 +901,6 @@ namespace RealTimeGraphEx { } - #endregion #region Protected Methods @@ -1051,6 +1050,16 @@ namespace RealTimeGraphEx return b; } + public void Clear() + { + ClearGraph(); + } + + public void RenderComponents() + { + OnRenderComponents(); + } + #endregion #region Static Methods |
