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.
编辑
我将改变我的问题 - 如何制作一个可以从代码中的任何位置访问的 baloonTip。不管是什么类或加载的dll?
我找到了解决方案。最简单的方法是通过构造函数发送一个trayicon 变量的指针。在所有班级。发送指针需要在战争类型之前添加 ref。例如 MyClass(ref Notifyicon try){...} 并创建 wariable 将是 new MyClass(ref trayicon);