月更
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace AntDesignWPF.Controls
|
||||
{
|
||||
using System;
|
||||
|
||||
public class ClosingWindowEventHandlerArgs : EventArgs
|
||||
{
|
||||
public bool Cancelled { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user