Add files via upload

This commit is contained in:
celisej567
2021-07-08 13:45:11 +03:00
committed by GitHub
parent 6639674b5e
commit 14ec6afd30
12 changed files with 23 additions and 5 deletions

14
classes/TSPButton.cs Normal file
View File

@@ -0,0 +1,14 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Controls;
namespace TSPButtonEffect
{
class TSPButton
{
}
}