Import the source code for Window Walker (#1177)

Import the codebase for Window Walker 

- Not loaded into the module list 
- Not added it to the installer list.
This commit is contained in:
Betsegaw Tadele
2020-01-31 15:14:37 -08:00
committed by GitHub
parent aa714f7d80
commit b4f81a0c2a
53 changed files with 14345 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
// Copyright (c) Microsoft Corporation
// The Microsoft Corporation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information. Code forked from Betsegaw Tadele's https://github.com/betsegaw/windowwalker/
using System.Windows;
namespace WindowWalker
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}