Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.GrammaticalOptimization/WpfTestSvgSample/App.xaml.cs @ 12762

Last change on this file since 12762 was 12762, checked in by aballeit, 9 years ago

#2283 GUI updates, Tree-chart, MCTS Version 2 (prune leaves)

File size: 318 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Configuration;
4using System.Data;
5using System.Linq;
6using System.Windows;
7
8namespace WpfTestSvgSample
9{
10    /// <summary>
11    /// Interaction logic for App.xaml
12    /// </summary>
13    public partial class App : Application
14    {
15    }
16}
Note: See TracBrowser for help on using the repository browser.