标签: c++ clr
我有2种形式:MyForm和Nhan2。
MyForm
Nhan2
我需要将2个列表从MyForm传递到Nhan2表单。
非常感谢!
private: System::Void button2_Click(System::Object^ sender, System::EventArgs^, e) { this->Hide(); Nhan2^ Nhan = gcnew Nhan2(); Nhan->ShowDialog(); }