Loading Samples/DeviceLab/App.config→Samples/SampleDeviceCollection/App.config +0 −0 File moved. View file Samples/DeviceLab/App.xaml→Samples/SampleDeviceCollection/App.xaml +2 −2 Original line number Diff line number Diff line <Application x:Class="DeviceLab.App" <Application x:Class="SampleDeviceCollection.App" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:DeviceLab" xmlns:local="clr-namespace:SampleDeviceCollection" StartupUri="MainWindow.xaml"> <Application.Resources> <ResourceDictionary Source="Themes\CustomStyles.xaml" /> Loading Samples/DeviceLab/App.xaml.cs→Samples/SampleDeviceCollection/App.xaml.cs +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ //---------------------------------------------------------------------------------------------- using System.Windows; namespace DeviceLab namespace SampleDeviceCollection { /// <summary> /// Interaction logic for App.xaml Loading Samples/DeviceLab/Controls/AutoScrollTextBox.cs→Samples/SampleDeviceCollection/Controls/AutoScrollTextBox.cs +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ using System.Windows; using System.Windows.Controls; namespace DeviceLab namespace SampleDeviceCollection { /// <summary> /// A TextBox derrivative that automatically scrolls to end whenever new text is added. Loading Samples/DeviceLab/Controls/BindablePassword.xaml→Samples/SampleDeviceCollection/Controls/BindablePassword.xaml +1 −1 Original line number Diff line number Diff line <UserControl x:Class="DeviceLab.BindablePassword" <UserControl x:Class="SampleDeviceCollection.BindablePassword" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" Loading Loading
Samples/DeviceLab/App.xaml→Samples/SampleDeviceCollection/App.xaml +2 −2 Original line number Diff line number Diff line <Application x:Class="DeviceLab.App" <Application x:Class="SampleDeviceCollection.App" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:DeviceLab" xmlns:local="clr-namespace:SampleDeviceCollection" StartupUri="MainWindow.xaml"> <Application.Resources> <ResourceDictionary Source="Themes\CustomStyles.xaml" /> Loading
Samples/DeviceLab/App.xaml.cs→Samples/SampleDeviceCollection/App.xaml.cs +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ //---------------------------------------------------------------------------------------------- using System.Windows; namespace DeviceLab namespace SampleDeviceCollection { /// <summary> /// Interaction logic for App.xaml Loading
Samples/DeviceLab/Controls/AutoScrollTextBox.cs→Samples/SampleDeviceCollection/Controls/AutoScrollTextBox.cs +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ using System.Windows; using System.Windows.Controls; namespace DeviceLab namespace SampleDeviceCollection { /// <summary> /// A TextBox derrivative that automatically scrolls to end whenever new text is added. Loading
Samples/DeviceLab/Controls/BindablePassword.xaml→Samples/SampleDeviceCollection/Controls/BindablePassword.xaml +1 −1 Original line number Diff line number Diff line <UserControl x:Class="DeviceLab.BindablePassword" <UserControl x:Class="SampleDeviceCollection.BindablePassword" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" Loading