diff --git a/PacticeSolution/LiveChartPractice/App.xaml b/PacticeSolution/LiveChartPractice/App.xaml new file mode 100644 index 0000000..f5278e3 --- /dev/null +++ b/PacticeSolution/LiveChartPractice/App.xaml @@ -0,0 +1,9 @@ + + + + + diff --git a/PacticeSolution/LiveChartPractice/App.xaml.cs b/PacticeSolution/LiveChartPractice/App.xaml.cs new file mode 100644 index 0000000..22f7465 --- /dev/null +++ b/PacticeSolution/LiveChartPractice/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 LiveChartPractice +{ + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application + { + } +} diff --git a/PacticeSolution/LiveChartPractice/AssemblyInfo.cs b/PacticeSolution/LiveChartPractice/AssemblyInfo.cs new file mode 100644 index 0000000..8b5504e --- /dev/null +++ b/PacticeSolution/LiveChartPractice/AssemblyInfo.cs @@ -0,0 +1,10 @@ +using System.Windows; + +[assembly: ThemeInfo( + ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located + //(used if a resource is not found in the page, + // or application resource dictionaries) + ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located + //(used if a resource is not found in the page, + // app, or any theme specific resource dictionaries) +)] diff --git a/PacticeSolution/LiveChartPractice/LiveChartPractice.csproj b/PacticeSolution/LiveChartPractice/LiveChartPractice.csproj new file mode 100644 index 0000000..37aed83 --- /dev/null +++ b/PacticeSolution/LiveChartPractice/LiveChartPractice.csproj @@ -0,0 +1,14 @@ + + + + WinExe + net6.0-windows + enable + true + + + + + + + diff --git a/PacticeSolution/LiveChartPractice/MainWindow.xaml b/PacticeSolution/LiveChartPractice/MainWindow.xaml new file mode 100644 index 0000000..56f6532 --- /dev/null +++ b/PacticeSolution/LiveChartPractice/MainWindow.xaml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + +