Add option to clear logs
This commit is contained in:
parent
7b7a353e05
commit
ed84ae9ebe
@ -1129,5 +1129,14 @@ namespace AsyncRAT_Sharp
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private void CLEARToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
try
|
||||
{
|
||||
listView2.Items.Clear();
|
||||
}
|
||||
catch { }
|
||||
}
|
||||
}
|
||||
}
|
@ -129,6 +129,9 @@
|
||||
<metadata name="UpdateUI.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>490, 17</value>
|
||||
</metadata>
|
||||
<metadata name="contextMenuLogs.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>837, 65</value>
|
||||
</metadata>
|
||||
<metadata name="contextMenuThumbnail.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>1338, 17</value>
|
||||
</metadata>
|
||||
|
Loading…
x
Reference in New Issue
Block a user