[WPF] Hướng dẫn tạo MessageBox có nhiều dòng trong WPF
Để tạo ra MessageBox nhiều dòng trong WPF như hình trên ta làm như sau: MessageBox.Show("DotNetMirror" + System.Environment.NewLine + "WPF MessageBox.Show Text New Line Demo", "Information", MessageBoxButton.OK); Các bạn lưu…