Ejemplo n.º 1
0
 public MessageBoxShower(RemoteDesktopTestService service, int sessionId, ConnectionDetails connection,
                         string title, string text, RemoteMessageBoxButtons buttons, TimeSpan timeout)
 {
     _service    = service;
     _sessionId  = sessionId;
     _connection = connection;
     _title      = title;
     _text       = text;
     _buttons    = buttons;
     _timeout    = timeout;
 }
 public MessageBoxShower(RemoteDesktopTestService service, int sessionId, ConnectionDetails connection,
                         string title, string text, RemoteMessageBoxButtons buttons, TimeSpan timeout)
 {
     _service = service;
     _sessionId = sessionId;
     _connection = connection;
     _title = title;
     _text = text;
     _buttons = buttons;
     _timeout = timeout;
 }