2011-12-02 06:32:20 +00:00
|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.ComponentModel;
|
|
|
|
|
using System.Drawing;
|
|
|
|
|
using System.Text;
|
|
|
|
|
using System.Windows.Forms;
|
|
|
|
|
|
2011-12-04 07:18:27 +00:00
|
|
|
|
namespace NBTExplorer
|
2011-12-02 06:32:20 +00:00
|
|
|
|
{
|
|
|
|
|
public partial class About : Form
|
|
|
|
|
{
|
|
|
|
|
public About ()
|
|
|
|
|
{
|
|
|
|
|
InitializeComponent();
|
|
|
|
|
}
|
2012-08-24 03:58:11 +00:00
|
|
|
|
|
|
|
|
|
private void linkLabel1_LinkClicked (object sender, LinkLabelLinkClickedEventArgs e)
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
}
|
2011-12-02 06:32:20 +00:00
|
|
|
|
}
|
|
|
|
|
}
|