- fix file headers

master
Simon G 5 years ago
parent 6911a90987
commit 49552a8d04
  1. 4
      Mystify/App.axaml.cs
  2. 6
      Mystify/Program.cs
  3. 4
      Mystify/ViewLocator.cs
  4. 8
      Mystify/ViewModels/MainWindowViewModel.cs
  5. 6
      Mystify/ViewModels/ViewModelBase.cs
  6. 4
      Mystify/Views/MainWindow.axaml.cs

@ -1,3 +1,7 @@
// Author: Gockner, Simon
// Created: 2021-04-06
// Copyright(c) 2021 SimonG. All Rights Reserved.
using System.Collections.Generic;
using Avalonia;
using Avalonia.Controls;

@ -1,4 +1,8 @@
using Avalonia;
// Author: Gockner, Simon
// Created: 2021-04-06
// Copyright(c) 2021 SimonG. All Rights Reserved.
using Avalonia;
using Avalonia.ReactiveUI;
namespace Mystify

@ -1,3 +1,7 @@
// Author: Gockner, Simon
// Created: 2021-04-06
// Copyright(c) 2021 SimonG. All Rights Reserved.
using System;
using Avalonia.Controls;
using Avalonia.Controls.Templates;

@ -1,4 +1,8 @@
using System;
// Author: Gockner, Simon
// Created: 2021-04-06
// Copyright(c) 2021 SimonG. All Rights Reserved.
using System;
using System.Collections.Generic;
using System.Text;
@ -6,6 +10,6 @@ namespace Mystify.ViewModels
{
public class MainWindowViewModel : ViewModelBase
{
public string Greeting => "Welcome to Avalonia!";
public string Greeting => "Test";
}
}

@ -1,4 +1,8 @@
using System;
// Author: Gockner, Simon
// Created: 2021-04-06
// Copyright(c) 2021 SimonG. All Rights Reserved.
using System;
using System.Linq.Expressions;
using System.Reflection;
using Avalonia.Controls;

@ -1,3 +1,7 @@
// Author: Gockner, Simon
// Created: 2021-04-06
// Copyright(c) 2021 SimonG. All Rights Reserved.
using System.ComponentModel;
using Avalonia;
using Avalonia.Controls;

Loading…
Cancel
Save