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.
我写了一个自定义控件。我需要父表单中的公共函数,控件在其中。所以我在设计器中传递实例,如下所示:
this.control= new mainform.control(this);
但是 VS 设计器会抛出一个错误,并说:
变量“控制”要么未声明,要么从未赋值。
这对我来说听起来像是设计师的问题。做就是了;
作为替代方案,您可以为自定义控件创建单独的程序集 dll。