Skip to content

Commit

Permalink
disabled language test on sample FormMain
Browse files Browse the repository at this point in the history
  • Loading branch information
davidegironi committed Feb 13, 2019
1 parent 14e81d3 commit 2f02fe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AdvancedDataGridViewSample/FormMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ public partial class FormMain : Form
private SortedDictionary<int, string> _filtersaved = new SortedDictionary<int, string>();
private SortedDictionary<int, string> _sortsaved = new SortedDictionary<int, string>();

private bool _testtranslations = true;
private bool _testtranslationsFromFile = true;
private bool _testtranslations = false;
private bool _testtranslationsFromFile = false;

public FormMain()
{
Expand Down

0 comments on commit 2f02fe5

Please sign in to comment.