Exemplo n.º 1
0
 private void linkLabel4_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
 {
     if (textBox1.Text.Trim() != string.Empty && textBox2.Text.Trim() != string.Empty && label4.Text.Trim() != string.Empty)
     {
         personal p = new personal();
         p.ShowDialog();
     }
     else
     {
         //ss.Speak("please fill the entries");
         MessageBox.Show("please fill the entries");
     }
 }
Exemplo n.º 2
0
 private void linkLabel4_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
 {
     if (textBox1.Text.Trim() != string.Empty && textBox2.Text.Trim() != string.Empty && label4.Text.Trim() != string.Empty)
     {
         personal p = new personal();
         p.ShowDialog();
     }
     else
     {
         //ss.Speak("please fill the entries");
         MessageBox.Show("please fill the entries");
     }
 }