标签: c# windows
让我们假设我们有如下所示的简单程序。甚至有可能对程序的意外退出采取一些措施吗?
static void Main(string[] args) { } public void onKillDoSomething() { ... }