Files
HECO2/Simulator/RJ2_RoomConSimulator/App.xaml.cs
T
jeon 096111e983 feat: 06-17 신규 작업본 반영 (개발사양서/기능검토/승인원/Source 등 추가)
.claude/ 제외(.gitignore 추가). 기존 초기커밋(5a96a69) 위에 신규·수정·이동분 커밋.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-18 07:54:58 +09:00

9 lines
112 B
C#

using System.Windows;
namespace RJ2RoomConSimulator
{
public partial class App : Application
{
}
}