Update FormRemoteDesktop.cs

This commit is contained in:
NYAN CAT 2019-05-23 16:52:57 +03:00
parent 1c2574d84c
commit db300b3955

View File

@ -57,9 +57,14 @@ namespace AsyncRAT_Sharp.Forms
}
private void FormRemoteDesktop_Load(object sender, EventArgs e)
{
try
{
button2.Top = panel1.Bottom + 5;
//button2.PerformClick();
button2.Left = pictureBox1.Width / 2;
button2.PerformClick();
}
catch { }
}
private void Button1_Click(object sender, EventArgs e)
@ -97,6 +102,8 @@ namespace AsyncRAT_Sharp.Forms
}
private void BtnSave_Click(object sender, EventArgs e)
{
if (button1.Text == "STOP")
{
if (timerSave.Enabled)
{
@ -109,6 +116,7 @@ namespace AsyncRAT_Sharp.Forms
btnSave.Text = "STOP SAVE";
}
}
}
private void TimerSave_Tick(object sender, EventArgs e)
{