Browse Source

fix namespace

pull/2156/head
Quin Lynch 3 years ago
parent
commit
e2aa8b5f8a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      samples/InteractionFramework/ExampleEnum.cs

+ 1
- 1
samples/InteractionFramework/ExampleEnum.cs View File

@@ -6,7 +6,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace _04_interactions_framework
namespace InteractionFramework
{
public enum ExampleEnum
{


Loading…
Cancel
Save