FastQuant.EventController.EventController C# (CSharp) 메소드

EventController() 공개 메소드

public EventController ( Framework framework ) : System
framework Framework
리턴 System
        public EventController(Framework framework)
        {
            this.framework = framework;
        }