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

View File

@@ -80,6 +80,7 @@
<SubType>Code</SubType>
</Compile>
<Compile Include="classes\TimerTick.cs" />
<Compile Include="classes\TSPButton.cs" />
<Compile Include="classes\WinResize.cs" />
<Compile Include="Icons\bigger\BiggerExit.xaml.cs">
<DependentUpon>BiggerExit.xaml</DependentUpon>

View File

@@ -10,7 +10,8 @@
Height="498.258"
Width="651.609"
ResizeMode="NoResize"
WindowStyle="None">
WindowStyle="None"
WindowStartupLocation="CenterScreen">
<Grid Background="Black">

View File

@@ -127,8 +127,11 @@ namespace Launcher
Properties.Resources._21
};
SoundPlayer sp = new SoundPlayer(rndsong[sound]);
sp.Play();
sp.PlaySync();
}
}
}

Binary file not shown.

Binary file not shown.

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
{
}
}

Binary file not shown.

Binary file not shown.

View File

@@ -12,9 +12,9 @@ DEBUG;TRACE
F:\C#\Launcher\Launcher\App.xaml
51581495303
12-715645421
131365117637
13-1505183044
Icons\bigger\BiggerExit.xaml;Icons\bigger\BiggerHide.xaml;Icons\Hide.xaml;Icons\Exit.xaml;MainWindow.xaml;
False
True

View File

@@ -1,5 +1,4 @@

FF:\C#\Launcher\Launcher\Icons\bigger\BiggerHide.xaml;;
FF:\C#\Launcher\Launcher\MainWindow.xaml;;