1. 환경설정에 window 파일 저장 주기 추가(단위:분)
2. window1(2).grp 파일 생성시 임시(.temp) 파일에 생성 후 원본을 덮어쓰기 함 (window 파일 손상시 프로그램에 치명적이므로 임시파일로 처리)
This commit is contained in:
@@ -1281,8 +1281,6 @@ namespace TrendCtrlII
|
||||
base.OnSizeChanged(e);
|
||||
if (this.Visible == false) return;
|
||||
Console.WriteLine("OnSizeChanged");
|
||||
|
||||
|
||||
}
|
||||
|
||||
void CreateBufferGraphic()
|
||||
|
||||
Reference in New Issue
Block a user