View difference between Paste ID: rigCw65s and Fvq01Pj5
SHOW: | | - or go back to the newest paste.
1-
            if ((bool)TextBox1.Enabled)
1+
            if (!(bool)TextBox1.Enabled)
2
            {
3
                updateListBox1();
4
            }