修订版 | 6d1d3e2dd8eb34f9465faef3b243b49338c066be (tree) |
---|---|
时间 | 2022-11-29 23:57:03 |
作者 | yoshy <yoshy.org.bitbucket@gz.j...> |
Commiter | yoshy |
[CLEAN] 不要な using 文、未使用のクラスを削除
@@ -1,16 +0,0 @@ | ||
1 | -namespace CleanAuLait.Adaptor.Gateway.UI.Dialog | |
2 | -{ | |
3 | - public class DlgInfo | |
4 | - { | |
5 | - public string Caption { get; protected set; } = string.Empty; | |
6 | - | |
7 | - protected DlgInfo() | |
8 | - { | |
9 | - } | |
10 | - | |
11 | - public DlgInfo(string caption) | |
12 | - { | |
13 | - Caption = caption; | |
14 | - } | |
15 | - } | |
16 | -} |
@@ -1,5 +1,4 @@ | ||
1 | 1 | using CleanAuLait.Adaptor.Boundary.Gateway.UI.Dialog; |
2 | -using CleanAuLait.Adaptor.Gateway.UI.Dialog; | |
3 | 2 | using CleanAuLait.Adaptor.Gateway.ViewModel.Dialog; |
4 | 3 | using Prism.Services.Dialogs; |
5 | 4 | using System.Drawing; |
@@ -1,9 +1,4 @@ | ||
1 | -using System; | |
2 | -using System.Collections.Generic; | |
3 | -using System.Linq; | |
4 | -using System.Media; | |
5 | -using System.Text; | |
6 | -using System.Threading.Tasks; | |
1 | +using System.Media; | |
7 | 2 | using System.Windows.Media; |
8 | 3 | |
9 | 4 | namespace CleanAuLait.Adaptor.Gateway.ViewModel.Dialog |
@@ -1,6 +1,6 @@ | ||
1 | 1 | using CleanAuLait.Adaptor.Boundary.Gateway.ViewModel.Dialog; |
2 | +using CleanAuLait.Adaptor.Gateway.UI.Dialog; | |
2 | 3 | using CleanAuLait.Adaptor.Gateway.ViewModel.Dialog; |
3 | -using FolderCategorizer2.Adaptor.Gateway.Dialog; | |
4 | 4 | using Prism.Navigation; |
5 | 5 | using Prism.Services.Dialogs; |
6 | 6 | using Reactive.Bindings; |
@@ -3,7 +3,6 @@ using System.IO; | ||
3 | 3 | using System.Reflection; |
4 | 4 | using System.Windows; |
5 | 5 | using System.Windows.Media.Imaging; |
6 | -using Windows.Storage; | |
7 | 6 | |
8 | 7 | namespace CleanAuLait.Core.Resource |
9 | 8 | { |
@@ -1,16 +1,4 @@ | ||
1 | -using System; | |
2 | -using System.Collections.Generic; | |
3 | -using System.Linq; | |
4 | -using System.Text; | |
5 | -using System.Threading.Tasks; | |
6 | -using System.Windows; | |
7 | -using System.Windows.Controls; | |
8 | -using System.Windows.Data; | |
9 | -using System.Windows.Documents; | |
10 | -using System.Windows.Input; | |
11 | -using System.Windows.Media; | |
12 | -using System.Windows.Media.Imaging; | |
13 | -using System.Windows.Shapes; | |
1 | +using System.Windows.Controls; | |
14 | 2 | |
15 | 3 | namespace CleanAuLait.OuterEdge.UI.Dialog |
16 | 4 | { |