commit
82724c1228
|
@ -12,11 +12,11 @@ namespace AsterNET.Manager.Event
|
|||
public bool Reconnect
|
||||
{
|
||||
get { return this.reconnect; }
|
||||
set { this.reconnect = true; }
|
||||
set { this.reconnect = value; }
|
||||
}
|
||||
|
||||
public ConnectionStateEvent(ManagerConnection source)
|
||||
: base(source)
|
||||
{ }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue