public static void ChangeStatus(Texts.Keys Key, params string[] Arguments) { Globals.toolStrip.Text = Texts.GetText(Key, Arguments); }