BlipFace.Presenter.LoginPresenter.LoginPresenter C# (CSharp) 메소드

LoginPresenter() 공개 메소드

public LoginPresenter ( ) : System
리턴 System
        public LoginPresenter()
        {
            com.AuthorizationComplete += new BlipCommunication.BoolDelegate(ComAuthorizationComplete);
            com.CommunicationError += new EventHandler<CommunicationErrorEventArgs>(ComCantCommunicate);
            com.ExceptionOccure += new EventHandler<ExceptionEventArgs>(ComExceptionOccure);
        }