Mercurial > pub > ImplabNet
comparison Implab/Components/RunnableComponent.cs @ 180:c32688129f14 ref20160224
refactoring complete, JSONParser rewritten
author | cin |
---|---|
date | Thu, 24 Mar 2016 02:30:46 +0300 |
parents | 130781364799 |
children | d6a8cba73acc |
comparison
equal
deleted
inserted
replaced
179:478ef706906a | 180:c32688129f14 |
---|---|
1 using System; | 1 using System; |
2 using Implab.Parsing; | 2 using Implab.Formats; |
3 | 3 |
4 namespace Implab.Components { | 4 namespace Implab.Components { |
5 public class RunnableComponent : Disposable, IRunnable, IInitializable { | 5 public class RunnableComponent : Disposable, IRunnable, IInitializable { |
6 | 6 |
7 | 7 |