Update Window.cs
This commit is contained in:
parent
fd2e6ac69f
commit
1013dab242
1 changed files with 0 additions and 1 deletions
|
|
@ -158,7 +158,6 @@ public class Window : IDisposable
|
||||||
public void Dispose()
|
public void Dispose()
|
||||||
{
|
{
|
||||||
if (!IsReady()) return;
|
if (!IsReady()) return;
|
||||||
|
|
||||||
this.Close();
|
this.Close();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue