Fixed rest Dispose(bool)
This commit is contained in:
parent
7ae6910853
commit
310c1b2fbf
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ namespace Rests
|
|||
Dispose(true);
|
||||
GC.SuppressFinalize(this);
|
||||
}
|
||||
protected void Dispose(bool disposing)
|
||||
protected virtual void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue