Exemplo n.º 1
0
        public PrintDialogViewModel(ICompanyEndpoint companyEndpoint)
        {
            _companyEndpoint = companyEndpoint;

            OkPrintCommand     = new DelegateCommand <string>(SetPrintOk);
            LoadDocViewCommand = new DelegateCommand <Visual>(DocumentViewer_Loaded);
        }
Exemplo n.º 2
0
 public JoppdGenerate(ICompanyEndpoint companyEndpoint)
 {
     _companyEndpoint = companyEndpoint;
 }