Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个启用 clickonce 的 C# WinForms 应用程序,我为其创建了文件关联。 我如何能够使用外部文件(与我的应用程序关联)将参数传递给我的应用程序?我想通过链接让应用程序打开一个特定的表单,该表单存在于主应用程序中。
如果应用程序已经在运行,还要防止它打开一个新实例?
您可以创建应用程序用来读取配置的 Singleton 类。您只需要读取文件并将信息映射到该类。