Example #1
0
        private void Calc_Click(object sender, RoutedEventArgs e)
        {
            Community c = new Community(Path.Text);

            _main.Accept(c);
            c.CalculateMatrices();
            c.CalculateDistances();
        }