如题:
Form1.cs中有
private System.Windows.Forms.TextBox content;
public string url;我现在新增加了一个类文件T_Msg.cs
public class T_Msg
{
   public T_Msg()
   {
       string temp_a;
如何取得url的值
         又如何将temp_a的值传给 content
    }
}新手问题,请指教!谢谢了