1. 환경설정에 window 파일 저장 주기 추가(단위:분)

2. window1(2).grp 파일 생성시 임시(.temp) 파일에 생성 후 원본을 덮어쓰기 함 (window 파일 손상시 프로그램에 치명적이므로 임시파일로 처리)
This commit is contained in:
2025-07-01 22:30:18 +09:00
parent bae298ca00
commit f480b508b7
7 changed files with 339 additions and 323 deletions

View File

@@ -117,7 +117,16 @@ namespace vmsnet
/// </summary>
public bool opensubwindow { get; set; }
public short trashper { get; set; } ////자동삭제용량단위
/// <summary>
/// 저장주기(단위:초)
/// </summary>
public short saveterm { get; set; }
/// <summary>
/// 셀저장보 저장 주기(단위:분)
/// </summary>
public short savetermcellinfo { get; set; }
public bool seconddata { get; set; }
public bool thirddata { get; set; }
public bool getdata4 { get; set; }