Gestione status dei thread
This commit is contained in:
parent
d133917283
commit
9794ce1abb
35 changed files with 16112 additions and 30 deletions
13
imagecatalog/LoadBuffer.cs
Normal file
13
imagecatalog/LoadBuffer.cs
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
using System.Collections.Generic;
|
||||
using System.Drawing;
|
||||
using System.IO;
|
||||
|
||||
namespace ImageCatalog
|
||||
{
|
||||
public class LoadBuffer
|
||||
{
|
||||
public List<Image> imageList = new List<Image>();
|
||||
public List<FileInfo> picSourceList = new List<FileInfo>();
|
||||
public List<List<FileInfo>> dirSourceList = new List<List<FileInfo>>();
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue