Fick.Fick C# (CSharp) 메소드

Fick() 공개 메소드

public Fick ( ) : System.Collections
리턴 System.Collections
    public Fick()
    {
        _reactions = new LinkedList<FickReaction>();
        _loader = new FickLoader();
        //     _mediums = mediums;
    }