在窗体C ++ CLR之间传递变量

时间:2018-11-22 13:43:33

标签: c++ clr

我有2种形式:MyFormNhan2

我需要将2个列表从MyForm传递到Nhan2表单。

非常感谢!

private: System::Void button2_Click(System::Object^ sender, System::EventArgs^, e) {
  this->Hide();
  Nhan2^ Nhan = gcnew Nhan2();
  Nhan->ShowDialog();
}

0 个答案:

没有答案