From b5744498dcaa1d4827514b63ee37eea38653a7cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Holger=20B=C3=B6rchers?= Date: Mon, 30 Mar 2020 21:33:18 +0200 Subject: [PATCH] remove commented code --- App.xaml | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/App.xaml b/App.xaml index 96fda22..ecf826e 100644 --- a/App.xaml +++ b/App.xaml @@ -2,27 +2,12 @@ x:Class="ModernWpfPlayground.App" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" + xmlns:dryIoc="http://prismlibrary.com/" xmlns:local="clr-namespace:ModernWpfPlayground" - xmlns:ui="http://schemas.modernwpf.com/2019" - xmlns:dryIoc="http://prismlibrary.com/"> + xmlns:ui="http://schemas.modernwpf.com/2019"> -