/// <summary> /// Initializes the main window. /// </summary> public MainWindow() { InitializeComponent(); // TODO: make the document types, compiler modular. m_compiler = new ASMCompiler(); }
/// <summary> /// Initializes the main window. /// </summary> public MainWindow() { InitializeComponent(); // TODO: make the document types, compiler modular. m_compiler = new ASMCompiler(); injector = Injector.Instance(); }