Ejemplo n.º 1
0
        public MainWindow()
        {
            InitializeComponent();

            Settings        = new ConfSet('a', '1', 'a', 'b', '1', 'b', 10);
            PushdownAutomat = new Service(this);

            stackGraph.Text = "F";

            LoadGraph();
        }
Ejemplo n.º 2
0
 internal void Show(ConfSet settings)
 {
     this.DataContext = settings;
     Show();
     //InitializeComponent();
 }