Rome Online White Labelling.
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
<Window x:Class="BodyshopPartner.Views.Login"
|
||||
<Window x:Class="RomeOnlinePartner.Views.Login"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:local="clr-namespace:BodyshopPartner.Views"
|
||||
xmlns:vm="clr-namespace:BodyshopPartner.ViewModels"
|
||||
xmlns:local="clr-namespace:RomeOnlinePartner.Views"
|
||||
xmlns:vm="clr-namespace:RomeOnlinePartner.ViewModels"
|
||||
mc:Ignorable="d"
|
||||
Title="{x:Static p:Resources.Title_Login}"
|
||||
Height="325"
|
||||
Width="475"
|
||||
xmlns:p="clr-namespace:BodyshopPartner.Properties"
|
||||
xmlns:util="clr-namespace:BodyshopPartner.Utils"
|
||||
xmlns:p="clr-namespace:RomeOnlinePartner.Properties"
|
||||
xmlns:util="clr-namespace:RomeOnlinePartner.Utils"
|
||||
xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes"
|
||||
TextElement.Foreground="{DynamicResource MaterialDesignBody}"
|
||||
TextElement.FontWeight="Regular"
|
||||
@@ -49,7 +49,7 @@
|
||||
|
||||
<StackPanel>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Image Source="/Assets/logo1024.png"
|
||||
<Image Source="/Assets/ro-favicon.png"
|
||||
Height="48"
|
||||
Width="48"
|
||||
VerticalAlignment="Center" />
|
||||
|
||||
@@ -13,7 +13,7 @@ using System.Windows.Media;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Shapes;
|
||||
|
||||
namespace BodyshopPartner.Views
|
||||
namespace RomeOnlinePartner.Views
|
||||
{
|
||||
/// <summary>
|
||||
/// Interaction logic for Login.xaml
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
<Window x:Class="BodyshopPartner.Views.Main"
|
||||
<Window x:Class="RomeOnlinePartner.Views.Main"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:p="clr-namespace:BodyshopPartner.Properties"
|
||||
xmlns:properties="clr-namespace:BodyshopPartner.Properties"
|
||||
xmlns:util="clr-namespace:BodyshopPartner.Utils"
|
||||
xmlns:vm="clr-namespace:BodyshopPartner.ViewModels"
|
||||
xmlns:p="clr-namespace:RomeOnlinePartner.Properties"
|
||||
xmlns:properties="clr-namespace:RomeOnlinePartner.Properties"
|
||||
xmlns:util="clr-namespace:RomeOnlinePartner.Utils"
|
||||
xmlns:vm="clr-namespace:RomeOnlinePartner.ViewModels"
|
||||
xmlns:tb="http://www.hardcodet.net/taskbar"
|
||||
mc:Ignorable="d"
|
||||
Title="{x:Static p:Resources.Title_Main}"
|
||||
|
||||
@@ -12,7 +12,7 @@ using System.Windows.Media;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Shapes;
|
||||
|
||||
namespace BodyshopPartner.Views
|
||||
namespace RomeOnlinePartner.Views
|
||||
{
|
||||
/// <summary>
|
||||
/// Interaction logic for Main.xaml
|
||||
|
||||
Reference in New Issue
Block a user