コード例 #1
0
 private void Hyperlink_RequestNavigate_1(object sender, RequestNavigateEventArgs e)
 {
     Information info = new Information();
     info.ShowDialog();
 }
コード例 #2
0
        private void Hyperlink_RequestNavigate_1(object sender, RequestNavigateEventArgs e)
        {
            Information info = new Information();

            info.ShowDialog();
        }