摘要: 1 private void button1_Click(object sender, EventArgs e) 2 { 3 if (!(String.IsNullOrEmpty(this.textBox1.Text))) 4 { 5 if (this.richTextBox1.Text.Contains(this.textBox1.Text)) 6 { 7 int loc = this.richTextBox1.Text.IndexOf(this.textBox1.Text, count + 1); 8 ... 阅读全文
posted @ 2013-09-27 14:05 尐sんΙ頭 阅读(4333) 评论(1) 推荐(0) 编辑