示例#1
0
        /// <summary>
        /// Initializes the main window.
        /// </summary>
        public MainWindow()
        {
            InitializeComponent();

            // TODO: make the document types, compiler modular.
            m_compiler = new ASMCompiler();
        }
示例#2
0
        /// <summary>
        /// Initializes the main window.
        /// </summary>
        public MainWindow()
        {
            InitializeComponent();

            // TODO: make the document types, compiler modular.
            m_compiler = new ASMCompiler();
            injector   = Injector.Instance();
        }