Skip to content

Commit 394350d

Browse files
committed
small refactory to remove unused namespace using.
1 parent 5caeb33 commit 394350d

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

Behavioral/Mediator/MediatorDemo.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Text;
52
using System.Windows;
63
using System.Windows.Controls;
74

DesignPatterns.sln

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Iterator", "Behavioral\Iter
1313
EndProject
1414
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mediator", "Behavioral\Mediator\Mediator.csproj", "{9D3B3EAE-1446-4896-8800-C8EA82C3BFD6}"
1515
EndProject
16-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WpfApp", "R:\WpfApp\WpfApp.csproj", "{CDE97CC2-CF6A-4FF9-B711-97A6B70C4AD8}"
17-
EndProject
1816
Global
1917
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2018
Debug|Any CPU = Debug|Any CPU
@@ -55,12 +53,6 @@ Global
5553
{9D3B3EAE-1446-4896-8800-C8EA82C3BFD6}.Release|Any CPU.ActiveCfg = Release|x86
5654
{9D3B3EAE-1446-4896-8800-C8EA82C3BFD6}.Release|x86.ActiveCfg = Release|x86
5755
{9D3B3EAE-1446-4896-8800-C8EA82C3BFD6}.Release|x86.Build.0 = Release|x86
58-
{CDE97CC2-CF6A-4FF9-B711-97A6B70C4AD8}.Debug|Any CPU.ActiveCfg = Debug|x86
59-
{CDE97CC2-CF6A-4FF9-B711-97A6B70C4AD8}.Debug|x86.ActiveCfg = Debug|x86
60-
{CDE97CC2-CF6A-4FF9-B711-97A6B70C4AD8}.Debug|x86.Build.0 = Debug|x86
61-
{CDE97CC2-CF6A-4FF9-B711-97A6B70C4AD8}.Release|Any CPU.ActiveCfg = Release|x86
62-
{CDE97CC2-CF6A-4FF9-B711-97A6B70C4AD8}.Release|x86.ActiveCfg = Release|x86
63-
{CDE97CC2-CF6A-4FF9-B711-97A6B70C4AD8}.Release|x86.Build.0 = Release|x86
6456
EndGlobalSection
6557
GlobalSection(SolutionProperties) = preSolution
6658
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)