UrsaWindow Only trigger OnClosing event once when click Close Button
This commit is contained in:
@@ -117,6 +117,7 @@ public class UrsaWindow: Window
|
|||||||
if (_canClose)
|
if (_canClose)
|
||||||
{
|
{
|
||||||
Close();
|
Close();
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
base.OnClosing(e);
|
base.OnClosing(e);
|
||||||
|
|||||||
Reference in New Issue
Block a user