private void ShowSettingForm(SettingTabType tabType) { var form = new SettingForm(tabType, WriteRedisResutl); form.ShowDialog(); }