8 changed files with 18 additions and 14 deletions
@ -1,9 +1,9 @@ |
|||||
<UserControl x:Class="SunlightCentralizedControlManagement_SCCM_.View.RoilingTextBlock" |
<UserControl x:Class="SunlightCentralizedControlManagement_SCCM_.UserControls.RoilingTextBlock" |
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" |
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" |
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" |
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" |
||||
xmlns:local="clr-namespace:SunlightCentralizedControlManagement_SCCM_.View" |
xmlns:local="clr-namespace:SunlightCentralizedControlManagement_SCCM_.UserControls" |
||||
mc:Ignorable="d" |
mc:Ignorable="d" |
||||
DataContext="{Binding RelativeSource={RelativeSource Self}}" |
DataContext="{Binding RelativeSource={RelativeSource Self}}" |
||||
d:DesignWidth="300" Height="30" > |
d:DesignWidth="300" Height="30" > |
@ -1,9 +1,9 @@ |
|||||
<UserControl x:Class="SunlightCentralizedControlManagement_SCCM_.View.info" |
<UserControl x:Class="SunlightCentralizedControlManagement_SCCM_.UserControls.info" |
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" |
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" |
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" |
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" |
||||
xmlns:local="clr-namespace:SunlightCentralizedControlManagement_SCCM_.View" |
xmlns:local="clr-namespace:SunlightCentralizedControlManagement_SCCM_.UserControls" |
||||
xmlns:lang="clr-namespace:SunlightCentralizedControlManagement_SCCM_.Properties" |
xmlns:lang="clr-namespace:SunlightCentralizedControlManagement_SCCM_.Properties" |
||||
mc:Ignorable="d" |
mc:Ignorable="d" |
||||
d:DesignHeight="400" d:DesignWidth="300" Background="White"> |
d:DesignHeight="400" d:DesignWidth="300" Background="White"> |
Loading…
Reference in new issue