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