Пример #1
0
 private void getOptionsFromForm(frmProperties frm)
 {
     strDBPath = frm.getDBPath();
     strGoogleDriveRootPath    = frm.getGoogleDriveRootPath();
     strFreelanceDirectoryPath = frm.getFreelanceDirectoryPath();
     str7ZipDirectoryPath      = frm.get7ZipDirectoryPath();
 }