BlipFace.Presenter.LoginPresenter.LoginPresenter C# (CSharp) Method

LoginPresenter() public method

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