mirror of
https://github.com/ultrasn0w/app.git
synced 2025-12-16 02:19:52 +01:00
Register
This commit is contained in:
10
APP/LogWin.cs
Normal file
10
APP/LogWin.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace APP;
|
||||
|
||||
public partial class LogWin : Form
|
||||
{
|
||||
public LogWin(string log)
|
||||
{
|
||||
InitializeComponent();
|
||||
logBox.Text = log;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user