aboutsummaryrefslogtreecommitdiff
path: root/ViewLocator.cs
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2021-02-01 09:22:51 -0500
committerAndrew Lee <alee14498@protonmail.com>2021-02-01 09:22:51 -0500
commit9afb145c6f23fc64c043d1d63e5b9c0dd7a4ec21 (patch)
tree6adc43beeaed3fa84de71e8d2b8ae7b24494cee4 /ViewLocator.cs
parentc7b2661ac11861dfbdff2ec9efd1cc579b6e5605 (diff)
downloaderable-godot-9afb145c6f23fc64c043d1d63e5b9c0dd7a4ec21.tar.gz
erable-godot-9afb145c6f23fc64c043d1d63e5b9c0dd7a4ec21.tar.bz2
erable-godot-9afb145c6f23fc64c043d1d63e5b9c0dd7a4ec21.zip
Renamed project
Diffstat (limited to 'ViewLocator.cs')
-rw-r--r--ViewLocator.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/ViewLocator.cs b/ViewLocator.cs
index ded617c..a1269cd 100644
--- a/ViewLocator.cs
+++ b/ViewLocator.cs
@@ -1,9 +1,9 @@
using System;
using Avalonia.Controls;
using Avalonia.Controls.Templates;
-using Alee_Audio_Player.ViewModels;
+using AleeAudioPlayer.ViewModels;
-namespace Alee_Audio_Player
+namespace AleeAudioPlayer
{
public class ViewLocator : IDataTemplate
{