示例#1
0
        private void BtnOnlineProfiles_Click(object sender, EventArgs e)
        {
            var flyingProfiles = new FlyingProfiles();

            flyingProfiles.Show();
            flyingProfiles.ProfileDownload += ProfileChanged;
        }
示例#2
0
 private void BtnOnlineProfiles_Click(object sender, EventArgs e)
 {
     var flyingProfiles = new FlyingProfiles();
     flyingProfiles.Show();
     flyingProfiles.ProfileDownload += ProfileChanged;
 }