21 lines
287 B
C#
21 lines
287 B
C#
|
|
using System;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using System.Linq;
|
|||
|
|
using System.Text;
|
|||
|
|
using System.Threading.Tasks;
|
|||
|
|
|
|||
|
|
namespace FileInOut
|
|||
|
|
{
|
|||
|
|
[Serializable]
|
|||
|
|
enum InpFeDescriptor
|
|||
|
|
{
|
|||
|
|
C3D4,
|
|||
|
|
C3D6,
|
|||
|
|
C3D8,
|
|||
|
|
C3D10,
|
|||
|
|
C3D15,
|
|||
|
|
C3D20
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
|
|||
|
|
}
|