Ejemplo n.º 1
0
 static public void MsgShow(string line)
 {
     msgwnd.Message = line;
     msgwnd.ShowDialog();
 }