Work
This commit is contained in:
		@@ -8,6 +8,11 @@ namespace DataClient.Struct
 | 
			
		||||
{
 | 
			
		||||
  public class Pasport
 | 
			
		||||
  {
 | 
			
		||||
    public Pasport() { }
 | 
			
		||||
    public Pasport(byte[] arr)
 | 
			
		||||
		{
 | 
			
		||||
      this.PaspByte = arr;
 | 
			
		||||
		}
 | 
			
		||||
    //functions
 | 
			
		||||
    private DateTime? ByteToDate(byte[] arr) { return ByteToDate(arr, 0); }
 | 
			
		||||
    private DateTime? ByteToDate(byte[] arr, int index)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user