Example #1
0
 public Office2013()
 {
     _tools            = new OfficeTools();
     _installUninstall = new InstUninst();
     _source           = _tools.Paths("ZipFile");
     _proFile          = _tools.Paths("UserProfile");
     _destination      = _tools.Paths("Downloads");
     _setupExe         = _tools.Paths("SetupExe");
     _msgsApps         = new MsgsApps();
 }