Beispiel #1
0
 private void CallChsComment(string type)
 {
     Form fmComment = new fmChsComment(type);
     fmComment.Show();
     fmComment.TopMost = true;
     fmComment.Focus();
 }
Beispiel #2
0
        private void CallChsComment(string type)
        {
            Form fmComment = new fmChsComment(type);

            fmComment.Show();
            fmComment.TopMost = true;
            fmComment.Focus();
        }
Beispiel #3
0
 private void tsmiChsComment_Click(object sender, EventArgs e)
 {
     Form fmComment = new fmChsComment();
     fmComment.Show();
 }
Beispiel #4
0
        private void tsmiChsComment_Click(object sender, EventArgs e)
        {
            Form fmComment = new fmChsComment();

            fmComment.Show();
        }