//  public ExcelManagament excel;


        public IBSAutorizaPrestamoExterior(String SessionId, string Passwd, int _Id)
        {
            this.Password = Passwd;
            ehllapi       = new CustomEHLLAPI();
            ehllapi.Connect(SessionId);
            this._Id = _Id;
        }
Esempio n. 2
0
 public BLScreenNavigation()
 {
     ehllapi = new CustomEHLLAPI();
     // ehllapi.Connect(SessionId);
 }
Esempio n. 3
0
 public BLMain()
 {
     ehllapi = new CustomEHLLAPI();
     //ehllapi.Connect(SessionId);
 }