mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-12-16 20:54:57 +01:00
Winforms overhal in progress
This commit is contained in:
22
ObservatoryCore/UI/NotificationForm.cs
Normal file
22
ObservatoryCore/UI/NotificationForm.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Drawing;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Observatory.UI
|
||||
{
|
||||
public partial class NotificationForm : Form
|
||||
{
|
||||
public NotificationForm()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
public Guid Guid;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user