Пример #1
0
        public void Compile()
        {
            Document wordDoc = Globals.BookPublishingStartup.Application.ActiveDocument;

            Controller = new BindingController(wordDoc, Assembly, this);
            Controller.ProcessAssembly();
        }