C# 如何选中不在最前的文本框的内容

2025-03-23 19:20:32
推荐回答(1个)
回答1:

            Form2 f2 = new Form2();
            f2.TopMost = true;
            f2.Show();