using Resource from resx

private void button1_Click(object sender, EventArgs e)
        {
            textBox1.Text = WindowsApplication17.Resource1.String1;
            textBox2.Text = WindowsApplication17.Properties.Resources.String1;
        }

posted @ 2010-04-05 22:12  greencolor  阅读(139)  评论(0编辑  收藏  举报