Ejemplo n.º 1
0
        private void btnLoadData_Click(object sender, EventArgs e)
        {
            var choice = categoryChooser.ShowDialog();

            if (choice == null)
            {
                return;
            }
            data    = RawData.From(choice);
            current = 0ul;
            DrawCurrent();
        }