Sorgente Release 1 (Codename "Campra")
This commit is contained in:
26
SamaPager_Server/AboutForm.cs
Normal file
26
SamaPager_Server/AboutForm.cs
Normal file
@@ -0,0 +1,26 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Diagnostics;
|
||||
using System.Drawing;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace SamaPager_Server
|
||||
{
|
||||
public partial class AboutForm : Krypton.Toolkit.KryptonForm
|
||||
{
|
||||
public AboutForm()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
private void storkUrl_LinkClicked(object sender, EventArgs e)
|
||||
{
|
||||
Process.Start("https://andrestork.moe");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user