mirror of
https://github.com/celisej567/ivfconverter.git
synced 2025-12-31 05:48:37 +03:00
15 lines
235 B
C#
15 lines
235 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
using System.Windows.Controls;
|
|
|
|
namespace TSPButtonEffect
|
|
{
|
|
class TSPButton
|
|
{
|
|
|
|
}
|
|
}
|