mirror of
https://github.com/celisej567/Launcher.git
synced 2025-12-31 09:49:25 +03:00
Add files via upload
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -10,7 +10,8 @@
|
||||
Height="498.258"
|
||||
Width="651.609"
|
||||
ResizeMode="NoResize"
|
||||
WindowStyle="None">
|
||||
WindowStyle="None"
|
||||
WindowStartupLocation="CenterScreen">
|
||||
<Grid Background="Black">
|
||||
|
||||
|
||||
|
||||
@@ -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
14
classes/TSPButton.cs
Normal 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.
Binary file not shown.
Binary file not shown.
@@ -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
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
|
||||
|
||||
FF:\C#\Launcher\Launcher\Icons\bigger\BiggerHide.xaml;;
|
||||
FF:\C#\Launcher\Launcher\MainWindow.xaml;;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user