Пример #1
0
 private void button2_Click(object sender, EventArgs e)
 {
     maskedTextBox2.Text = Validater.TimeValid(axWindowsMediaPlayer1.Ctlcontrols.currentPositionString);
     axWindowsMediaPlayer1.Ctlcontrols.pause();
 }
Пример #2
0
 private void button3_Click(object sender, EventArgs e)
 {
     titles.Add(Validater.TitleValid(maskedTextBox1.Text, maskedTextBox2.Text, richTextBox1.Text));
     maskedTextBox1.Text        = ""; maskedTextBox2.Text = ""; richTextBox1.Text = "";
     toolStripStatusLabel1.Text = lng.GetLangText("Sub_Added");
 }