예제 #1
0
파일: Calculator.cs 프로젝트: OlekNg/AHMED
        public Calculator(FrameworkElement workspace, FrameworkElement window)
        {
            _geneticsConfiguration = new Configuration();
            _debugInfo = new DebugInfo();
            _dragTool = new DragTool(workspace, window);
            InitFileWatcher();
            CreateCommands();
            CreateDirections();

            SegmentEventHandler.Register(this);
        }
예제 #2
0
        public DebugWindow(DebugInfo info)
        {
            InitializeComponent();

            DataContext = info;
        }