UWUVCI-AIO-WPF/UWUVCI AIO WPF/Classes/PNGTGA.cs

15 lines
273 B
C#
Raw Normal View History

2020-03-01 14:40:36 +00:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace UWUVCI_AIO_WPF.Classes
{
class PNGTGA
{
public string ImgPath { get; set; }
public byte[] ImgBin { get; set; }
}
}