gpt4 book ai didi

c# - 如何从它打开的winform中调用主程序'?

转载 作者:行者123 更新时间:2023-11-30 21:26:12 24 4
gpt4 key购买 nike

我有一个程序,当它启动时,会打开一个 winform(它是在 Application.Run(new ...) 中指定的那个)。从这个表单我打开另一个表单:

OtherForm newForm=new OtherForm();
newForm.Show();

我如何从新的 winform 与打开它的表单进行通信?这样我就可以在其中添加一些项目。

最佳答案

最简单的方法是覆盖构造函数,例如,OtherForm newForm=new OtherForm(string title, int data);。这也适用于引用类型(这将是一种发送回数据的简单方法)。

关于c# - 如何从它打开的winform中调用主程序'?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/264127/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com