27 lines
930 B
C#
27 lines
930 B
C#
<<<<<<< HEAD
|
||
namespace AudioWallpaper {
|
||
=======
|
||
using System;
|
||
using System.Windows.Forms;
|
||
|
||
namespace AudioVisualizer {
|
||
>>>>>>> 5cb18e9cc33bf9825472ca3181da76afddd9de36
|
||
public partial class VersionInformationForm : Form {
|
||
public VersionInformationForm() {
|
||
InitializeComponent();
|
||
}
|
||
|
||
private void pictureBoxLogo_Click(object sender, EventArgs e) {
|
||
System.Diagnostics.Process.Start("explorer.exe", "https://www.itziyuanwang.top/");
|
||
}
|
||
|
||
private void linkLabelURLHome_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) {
|
||
System.Diagnostics.Process.Start("explorer.exe", "https://www.itziyuanwang.top/");
|
||
}
|
||
|
||
private void linkLabelSponsor_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) {
|
||
System.Diagnostics.Process.Start("explorer.exe", "https://www.itziyuanwang.top/supportOur.php");
|
||
}
|
||
}
|
||
}
|