示例#1
0
 public assemblies_rep(Assembly pDllLib, string pDllLibPath, string pDllName, FolderFileTypes fileTypes)
 {
     DllLib     = pDllLib;
     DllLibPath = pDllLibPath;
     DllName    = pDllName;
     FileTypes  = fileTypes;
 }
示例#2
0
 public StorageFolders(string pFolderPath, FolderFileTypes pFoderType)
 {
     FolderPath      = pFolderPath;
     FolderFilesType = pFoderType;
 }