Browse Source

Changed default namespace

pull/143/head
Nikita Tsukanov 11 years ago
parent
commit
8564a74fc1
  1. 2
      samples/XamlTestApplication/Views/MainWindow.xaml
  2. 2
      src/Markup/Perspex.Markup.Xaml/Context/PerspexWiringContext.cs

2
samples/XamlTestApplication/Views/MainWindow.xaml

@ -1,5 +1,5 @@
<Window x:Class="XamlTestApplication.MainWindow"
xmlns="https://github.com/grokys/Perspex"
xmlns="https://github.com/perspex"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Perspex Test Application" Height="350" Width="525">
<Grid RowDefinitions="Auto,*">

2
src/Markup/Perspex.Markup.Xaml/Context/PerspexWiringContext.cs

@ -22,7 +22,7 @@ namespace Perspex.Markup.Xaml.Context
public class PerspexWiringContext : IWiringContext
{
private readonly WiringContext _context;
private const string PerspexNs = "https://github.com/grokys/Perspex";
private const string PerspexNs = "https://github.com/perspex";
public PerspexWiringContext(ITypeFactory typeFactory)
{

Loading…
Cancel
Save