2024 reopening
This commit is contained in:
parent
5d2f5e4b45
commit
99b67870a5
73 changed files with 27484 additions and 417 deletions
9
imagecatalog.backup/LoadBuffer.vb
Normal file
9
imagecatalog.backup/LoadBuffer.vb
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
Imports System.Collections.Generic
|
||||
Imports System.IO
|
||||
|
||||
Public Class LoadBuffer
|
||||
Public imageList As New List(Of System.Drawing.Image)
|
||||
Public picSourceList As New List(Of FileInfo)
|
||||
Public dirSourceList As New List(Of List(Of FileInfo))
|
||||
|
||||
End Class
|
||||
Loading…
Add table
Add a link
Reference in a new issue