ayy
This commit is contained in:
parent
6bf75551e3
commit
8111f8dfc5
4 changed files with 184 additions and 98 deletions
22
CatalogLib/SinglePicData.cs
Normal file
22
CatalogLib/SinglePicData.cs
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace CatalogLib
|
||||
{
|
||||
public enum Rotazione
|
||||
{
|
||||
Normale,
|
||||
Destra,
|
||||
Sinistra,
|
||||
Sottosopra
|
||||
}
|
||||
|
||||
public class SinglePicData
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue