Merge pull request #3 from rintoHasegawa/refactor/code-cleanup
[clean] CameraBase のリファクタリング(責務分離 Phase 1〜4)
commit a93e53292ad9f2a08ab803dfb66cc654c3490716
2 parents 1b54086 + de31ebb
@rintoHasegawa rintoHasegawa authored on 7 Jun
GitHub committed on 7 Jun
Showing 25 changed files
View
CLAUDE.md
View
TIASshot/CameraBase.cs 100644 → 0
View
TIASshot/Cameras/CameraBase.cs 0 → 100644
View
TIASshot/Cameras/IScam.cs 0 → 100644
View
TIASshot/Cameras/Lucam.cs 0 → 100644
View
TIASshot/ChartDetection/ChartDetector.cs 0 → 100644
View
TIASshot/ColorCorrection/ColorCorrector.cs 0 → 100644
View
TIASshot/Form1.Designer.cs 100644 → 0
View
TIASshot/Form1.cs 100644 → 0
View
TIASshot/Form1.resx 100644 → 0
Too large (Show diff)
View
TIASshot/IScam.cs 100644 → 0
View
TIASshot/Lucam.cs 100644 → 0
View
TIASshot/PreviewMonitor.Designer.cs 100644 → 0
View
TIASshot/PreviewMonitor.cs 100644 → 0
View
TIASshot/PreviewMonitor.resx 100644 → 0
View
TIASshot/TIASshot.csproj
View
TIASshot/UI/Form1.Designer.cs 0 → 100644
View
TIASshot/UI/Form1.cs 0 → 100644
View
TIASshot/UI/Form1.resx 0 → 100644
Too large (Show diff)
View
TIASshot/UI/PreviewMonitor.Designer.cs 0 → 100644
View
TIASshot/UI/PreviewMonitor.cs 0 → 100644
View
TIASshot/UI/PreviewMonitor.resx 0 → 100644
View
TIASshot/Utils/IoUtil.cs 0 → 100644
View
docs/03_PLAN/PLAN_01_リファクタリング計画.md
View
docs/PROGRESS.md