[]
内置对话框接口。
public interface IWindow
对话框返回结果。
bool? DialogResult { get; }
打开对话框。
bool? ShowDialog()
对话框关闭事件。
event EventHandler Closed