コード例 #1
0
ファイル: Profile.cs プロジェクト: marcagas/Migatsu-Inventory
        private void linkLabel2_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
        {
            UpdateProfile up = new UpdateProfile();

            up.ShowDialog();
        }
コード例 #2
0
ファイル: Profile.cs プロジェクト: marcagas/Migatsu-Inventory
 private void linkLabel2_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
 {
     UpdateProfile up = new UpdateProfile();
     up.ShowDialog();
 }