예제 #1
0
        private void btnCompile_Click(object sender, EventArgs e)
        {
            BinderStatus dlgBinderStatus = new BinderStatus();

            dlgBinderStatus.Assembly = assembly;
            dlgBinderStatus.StartWorkerThread();
            dlgBinderStatus.ShowDialog();
            this.Close();
        }
예제 #2
0
 public BindingController(Document wordDoc, BindingAssembly assembly, BinderStatus status)
 {
     WordDoc  = wordDoc;
     Assembly = assembly;
     Status   = status;
 }