2024 reopening

This commit is contained in:
MaddoScientisto 2024-10-14 18:54:30 +02:00
commit 99b67870a5
73 changed files with 27484 additions and 417 deletions

View 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