Skip to content

Commit 5cf6b84

Browse files
committed
Some Resources removed
1 parent 6a21329 commit 5cf6b84

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

monte-carlo-pi-approximation/App.xaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
<ResourceDictionary>
99
<ResourceDictionary.MergedDictionaries>
1010
<ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Controls.xaml" />
11-
<ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/VS/Colors.xaml" />
12-
<ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Fonts.xaml" />
1311
<ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Controls.FlatButton.xaml" />
1412
<ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Themes/Light.Blue.xaml" />
1513
</ResourceDictionary.MergedDictionaries>

monte-carlo-pi-approximation/MainWindow.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
55
xmlns:MetroControls="http://metro.mahapps.com/winfx/xaml/controls"
66
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
7-
xmlns:iconPacks="http://metro.mahapps.com/winfx/xaml/iconpacks"
87
xmlns:local="clr-namespace:monte_carlo_pi_approximation"
98
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
109
xmlns:oxy="http://oxyplot.org/wpf"

0 commit comments

Comments
 (0)