Beispiel #1
0
        private void showInformation(StringBuilder result)
        {
            ViewInformation vi = new ViewInformation();

            vi.OutputMessage = result.ToString();
            vi.ShowDialog(this);
        }
Beispiel #2
0
 private void showInformation(StringBuilder result)
 {
     ViewInformation vi = new ViewInformation();
     vi.OutputMessage = result.ToString();
     vi.ShowDialog(this);
 }