EKG_Project.Architecture.ProcessSync.ProcessSync C# (CSharp) 메소드

ProcessSync() 공개 메소드

public ProcessSync ( ) : System.Collections.Generic
리턴 System.Collections.Generic
        public ProcessSync()
        {
            _toProcessingQueue = new Queue<IProcessingState>();
        }