コード例 #1
0
ファイル: Form1.cs プロジェクト: alpascual/ClippySync
 private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
 {
     RegistrationForm registration = new RegistrationForm();
     registration.Show();
 }