This commit is contained in:
Maddo 2016-08-02 13:22:13 +02:00
commit 8111f8dfc5
4 changed files with 184 additions and 98 deletions

View 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
{
}
}