Merge branch 'master' into features/Improvement_calling_event
This commit is contained in:
commit
d5e78e5284
2 changed files with 3 additions and 3 deletions
|
@ -407,4 +407,4 @@
|
||||||
<PostBuildEvent>
|
<PostBuildEvent>
|
||||||
</PostBuildEvent>
|
</PostBuildEvent>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
@ -12,11 +12,11 @@ namespace AsterNET.Manager.Event
|
||||||
public bool Reconnect
|
public bool Reconnect
|
||||||
{
|
{
|
||||||
get { return this.reconnect; }
|
get { return this.reconnect; }
|
||||||
set { this.reconnect = true; }
|
set { this.reconnect = value; }
|
||||||
}
|
}
|
||||||
|
|
||||||
public ConnectionStateEvent(ManagerConnection source)
|
public ConnectionStateEvent(ManagerConnection source)
|
||||||
: base(source)
|
: base(source)
|
||||||
{ }
|
{ }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue