K2Informatics.Erlnet.OtpActor.OtpActor C# (CSharp) 메소드

OtpActor() 공개 메소드

public OtpActor ( OtpActorMbox mbox ) : System
mbox OtpActorMbox
리턴 System
        public OtpActor(OtpActorMbox mbox)
        {
            this.mbox = mbox;
        }