public UpdateErrorWindow(string Text) { InitializeComponent(); UpdateLog.Text = Text; UpdateLog.Select(Text.Length, 0); }