diff --git a/PacticeSolution/ListBoxSortFilterSearch/App.config b/PacticeSolution/ListBoxSortFilterSearch/App.config new file mode 100644 index 0000000..8e15646 --- /dev/null +++ b/PacticeSolution/ListBoxSortFilterSearch/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/PacticeSolution/ListBoxSortFilterSearch/App.xaml b/PacticeSolution/ListBoxSortFilterSearch/App.xaml new file mode 100644 index 0000000..9cc04b1 --- /dev/null +++ b/PacticeSolution/ListBoxSortFilterSearch/App.xaml @@ -0,0 +1,9 @@ + + + + + diff --git a/PacticeSolution/ListBoxSortFilterSearch/App.xaml.cs b/PacticeSolution/ListBoxSortFilterSearch/App.xaml.cs new file mode 100644 index 0000000..b8d3d74 --- /dev/null +++ b/PacticeSolution/ListBoxSortFilterSearch/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 ListBoxSortFilterSearch +{ + /// + /// App.xaml에 대한 상호 작용 논리 + /// + public partial class App : Application + { + } +} diff --git a/PacticeSolution/ListBoxSortFilterSearch/ListBoxSortFilterSearch.csproj b/PacticeSolution/ListBoxSortFilterSearch/ListBoxSortFilterSearch.csproj new file mode 100644 index 0000000..0415e7f --- /dev/null +++ b/PacticeSolution/ListBoxSortFilterSearch/ListBoxSortFilterSearch.csproj @@ -0,0 +1,100 @@ + + + + + Debug + AnyCPU + {31C1503F-1735-4A7E-A5AC-2935E0076160} + WinExe + ListBoxSortFilterSearch + ListBoxSortFilterSearch + v4.5 + 512 + {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + 4 + true + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + 4.0 + + + + + + + + MSBuild:Compile + Designer + + + + MSBuild:Compile + Designer + + + App.xaml + Code + + + MainWindow.xaml + Code + + + + + + Code + + + True + True + Resources.resx + + + True + Settings.settings + True + + + ResXFileCodeGenerator + Resources.Designer.cs + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + + + + + + \ No newline at end of file diff --git a/PacticeSolution/ListBoxSortFilterSearch/MainWindow.xaml b/PacticeSolution/ListBoxSortFilterSearch/MainWindow.xaml new file mode 100644 index 0000000..a2933a3 --- /dev/null +++ b/PacticeSolution/ListBoxSortFilterSearch/MainWindow.xaml @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +