diff --git a/PacticeSolution/ListSample/MainWindow.xaml b/PacticeSolution/ListSample/MainWindow.xaml index 938b650..07ed6e7 100644 --- a/PacticeSolution/ListSample/MainWindow.xaml +++ b/PacticeSolution/ListSample/MainWindow.xaml @@ -66,8 +66,8 @@ - - (Person) + + (Person) diff --git a/PacticeSolution/PacticeSolution.sln b/PacticeSolution/PacticeSolution.sln index 88081f0..bc43702 100644 --- a/PacticeSolution/PacticeSolution.sln +++ b/PacticeSolution/PacticeSolution.sln @@ -57,6 +57,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BindingValidationRuleSample EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ListSample", "ListSample\ListSample.csproj", "{4F711996-B62C-43B3-B084-8923001012D9}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PropertyTriggerSample", "PropertyTriggerSample\PropertyTriggerSample.csproj", "{480DC5E9-1E18-4176-B964-FD2024C5F1C1}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -171,6 +173,10 @@ Global {4F711996-B62C-43B3-B084-8923001012D9}.Debug|Any CPU.Build.0 = Debug|Any CPU {4F711996-B62C-43B3-B084-8923001012D9}.Release|Any CPU.ActiveCfg = Release|Any CPU {4F711996-B62C-43B3-B084-8923001012D9}.Release|Any CPU.Build.0 = Release|Any CPU + {480DC5E9-1E18-4176-B964-FD2024C5F1C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {480DC5E9-1E18-4176-B964-FD2024C5F1C1}.Debug|Any CPU.Build.0 = Debug|Any CPU + {480DC5E9-1E18-4176-B964-FD2024C5F1C1}.Release|Any CPU.ActiveCfg = Release|Any CPU + {480DC5E9-1E18-4176-B964-FD2024C5F1C1}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/PacticeSolution/PropertyTriggerSample/App.config b/PacticeSolution/PropertyTriggerSample/App.config new file mode 100644 index 0000000..8e15646 --- /dev/null +++ b/PacticeSolution/PropertyTriggerSample/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/PacticeSolution/PropertyTriggerSample/App.xaml b/PacticeSolution/PropertyTriggerSample/App.xaml new file mode 100644 index 0000000..67eb13c --- /dev/null +++ b/PacticeSolution/PropertyTriggerSample/App.xaml @@ -0,0 +1,9 @@ + + + + + diff --git a/PacticeSolution/PropertyTriggerSample/App.xaml.cs b/PacticeSolution/PropertyTriggerSample/App.xaml.cs new file mode 100644 index 0000000..bd03545 --- /dev/null +++ b/PacticeSolution/PropertyTriggerSample/App.xaml.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Configuration; +using System.Data; +using System.Linq; +using System.Threading.Tasks; +using System.Windows; + +namespace PropertyTriggerSample +{ + /// + /// App.xaml에 대한 상호 작용 논리 + /// + public partial class App : Application + { + } +} diff --git a/PacticeSolution/PropertyTriggerSample/MainWindow.xaml b/PacticeSolution/PropertyTriggerSample/MainWindow.xaml new file mode 100644 index 0000000..b58f3f6 --- /dev/null +++ b/PacticeSolution/PropertyTriggerSample/MainWindow.xaml @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + +