* UIEditForm:增加一个扩展方法
This commit is contained in:
parent
a2933e301d
commit
d8ba6e7ffa
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -593,5 +593,11 @@ namespace Sunny.UI
|
|||||||
frm.ShowInTaskbar = false;
|
frm.ShowInTaskbar = false;
|
||||||
frm.TopMost = true;
|
frm.TopMost = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static DialogResult ShowDialog(this UIEditOption option)
|
||||||
|
{
|
||||||
|
UIEditForm frm = new UIEditForm(option);
|
||||||
|
return frm.ShowDialog();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user