Beispiel #1
0
        public DicomPrinterSummaryComponent()
        {
            Type type = base.GetType();

            this._crudActionModelExtension = new CrudActionModelExtension(new ApplicationThemeResourceResolver(type, true));
            this._dicomPrinterTable        = new DicomPrinterTable(true);
        }
Beispiel #2
0
 public DciomPrintApplicationComponent(SelectPresentationsInformationsCollection selectPresentations)
 {
     this._selectPresentations = selectPresentations;
     this._dicomPrinterTable   = new DicomPrinterTable(true);
     _dicomPrintSession        = null;
 }