Esempio n. 1
0
 private void RemoveStopButton_Click(object sender, EventArgs e)
 {
     ClossButton();
     MessageBox.Show("Tip: If the document is longer, it may take you few minutes, please be patient ...", "Prompt", 0, MessageBoxIcon.Asterisk);
     MyData.TheDoc    = MyFun.RemoveStop(MyData.TheDoc);
     StatusLabel.Text = "Remove stop-words has been completed.";
     OpenButton();
 }