add icon(128*128)

This commit is contained in:
backuppc
2025-07-09 08:44:34 +09:00
parent 447cb691d7
commit 18b2a20806
7 changed files with 456 additions and 103 deletions

View File

@@ -11,5 +11,7 @@ namespace VNCServerList.Models
public string Description { get; set; }
public string Password { get; set; }
public string Argument { get; set; }
public byte[] Icon { get; set; }
public string IconBase64 { get; set; } // Base64 인코딩된 아이콘 데이터
}
}