Example #1
0
 static void diuFIhx(System.Runtime.InteropServices.SEHException Ckwi, System.Web.UI.WebControls.FormViewPageEventHandler pmXXulx, System.Web.ProcessInfo UXOnKIG, System.Windows.Forms.DataGridViewAutoSizeColumnModeEventArgs OcXocf)
 {
     System.Web.UI.WebControls.FontUnitConverter     zMWbe                = new System.Web.UI.WebControls.FontUnitConverter();
     System.Web.Security.DefaultAuthenticationModule ceJjPs               = new System.Web.Security.DefaultAuthenticationModule();
     System.Web.UI.ObjectStateFormatter YrZnHYu                           = new System.Web.UI.ObjectStateFormatter();
     System.Data.SqlTypes.TypeRealSchemaImporterExtension JNYL            = new System.Data.SqlTypes.TypeRealSchemaImporterExtension();
     System.CodeDom.CodeThrowExceptionStatement           KSQko           = new System.CodeDom.CodeThrowExceptionStatement();
     System.Web.UI.WebControls.TableRow          kTn                      = new System.Web.UI.WebControls.TableRow();
     System.TypeInitializationException          kWOTt                    = new System.TypeInitializationException("DnJvbUmEBb", new System.Exception());
     System.Web.UI.WebControls.HotSpotCollection TlZ                      = new System.Web.UI.WebControls.HotSpotCollection();
     System.Web.UI.HtmlControls.HtmlMeta         bYWLMKb                  = new System.Web.UI.HtmlControls.HtmlMeta();
     System.Threading.ThreadStateException       PDolU                    = new System.Threading.ThreadStateException();
     System.Data.OleDb.OleDbEnumerator           NxZR                     = new System.Data.OleDb.OleDbEnumerator();
     System.Runtime.InteropServices.SEHException nPiw                     = new System.Runtime.InteropServices.SEHException("lwdiEhLZzaWCQz");
     System.Web.UI.WebControls.XmlDataSource     qCy                      = new System.Web.UI.WebControls.XmlDataSource();
     System.Web.UI.WebControls.WebParts.PersonalizationDictionary HMgdxBz = new System.Web.UI.WebControls.WebParts.PersonalizationDictionary();
     System.Net.Configuration.SmtpSpecifiedPickupDirectoryElement xFdgY   = new System.Net.Configuration.SmtpSpecifiedPickupDirectoryElement();
     System.CodeDom.CodeIterationStatement tOAyBU                         = new System.CodeDom.CodeIterationStatement();
     System.Web.UI.WebControls.Content     FKcstoM                        = new System.Web.UI.WebControls.Content();
     System.Resources.MissingSatelliteAssemblyException shC               = new System.Resources.MissingSatelliteAssemblyException("MVTEvazwfl", new System.Exception());
     System.CodeDom.CodeNamespace                       sBd               = new System.CodeDom.CodeNamespace("CBDlENnQEYaGMNaJF");
     System.Security.Policy.Publisher                   CXUTb             = new System.Security.Policy.Publisher(new System.Security.Cryptography.X509Certificates.X509Certificate());
     System.Windows.Forms.LinkClickedEventArgs          UzGdiZc           = new System.Windows.Forms.LinkClickedEventArgs("cxLJ");
     System.Web.UI.WebControls.FormViewUpdatedEventArgs jYKx              = new System.Web.UI.WebControls.FormViewUpdatedEventArgs(497644070, new System.Exception());
     System.Web.Configuration.XhtmlConformanceSection   IJvBQNF           = new System.Web.Configuration.XhtmlConformanceSection();
 }
Example #2
0
 private void LinkClicked(object sender, System.Windows.Forms.LinkClickedEventArgs e)
 {
     if (e.LinkText.StartsWith("http"))
     {
         System.Diagnostics.Process.Start(e.LinkText);
     }
 }
Example #3
0
        private void Rtb_LinkClicked(object sender, System.Windows.Forms.LinkClickedEventArgs e)
        {
            var id         = e.LinkText.Replace("http://", string.Empty);
            var aggregator = ServiceLocator.Current.TryResolve <IEventAggregator>();

            aggregator.GetEvent <ShowUserInfoEvent>().Publish(new ShowUserModel(id));
        }
Example #4
0
 private void keABSdk(System.Web.UI.SupportsEventValidationAttribute KgDxt)
 {
     System.Web.UI.WebControls.DataKeyArray      YykLZ                           = new System.Web.UI.WebControls.DataKeyArray(new System.Collections.ArrayList());
     System.Windows.Forms.LinkClickedEventArgs   pqlJcXx                         = new System.Windows.Forms.LinkClickedEventArgs("yaKSLSQvAgLsyi");
     System.Web.Caching.AggregateCacheDependency fZy                             = new System.Web.Caching.AggregateCacheDependency();
     System.Windows.Forms.SplitterEventArgs      ugiMai                          = new System.Windows.Forms.SplitterEventArgs(301100551, 12052204, 2084896183, 293156138);
     System.CodeDom.CodeParameterDeclarationExpressionCollection HHD             = new System.CodeDom.CodeParameterDeclarationExpressionCollection();
     System.Security.Cryptography.RIPEMD160Managed KJJ                           = new System.Security.Cryptography.RIPEMD160Managed();
     System.Data.Common.DbProviderFactoriesConfigurationHandler          CrhrbP  = new System.Data.Common.DbProviderFactoriesConfigurationHandler();
     System.Security.AllowPartiallyTrustedCallersAttribute               HqGjezg = new System.Security.AllowPartiallyTrustedCallersAttribute();
     System.Security.Cryptography.X509Certificates.X509KeyUsageExtension ZxIkqf  = new System.Security.Cryptography.X509Certificates.X509KeyUsageExtension();
     System.Configuration.SettingsPropertyIsReadOnlyException            UQpkOxu = new System.Configuration.SettingsPropertyIsReadOnlyException("qZuZrGr");
     System.Web.Profile.ProfileModule CbJ = new System.Web.Profile.ProfileModule();
     System.Net.Configuration.HttpCachePolicyElement       HtS    = new System.Net.Configuration.HttpCachePolicyElement();
     System.PlatformNotSupportedException                  JctlTp = new System.PlatformNotSupportedException();
     System.Data.SqlTypes.TypeNTextSchemaImporterExtension RAbA   = new System.Data.SqlTypes.TypeNTextSchemaImporterExtension();
     System.Web.UI.WebControls.DataGrid DVM = new System.Web.UI.WebControls.DataGrid();
 }
Example #5
0
 private void richTextBox1_LinkClicked(object sender, System.Windows.Forms.LinkClickedEventArgs e)
 {
     System.Diagnostics.Process.Start(e.LinkText);
 }
Example #6
0
 void textBoxDescription_LinkClicked(object sender, System.Windows.Forms.LinkClickedEventArgs e)
 {
     System.Diagnostics.Process.Start(e.LinkText);
 }
Example #7
0
 void _htmlChatHistory_OnLinkClicked(object sender, System.Windows.Forms.LinkClickedEventArgs e)
 {
     _client.SendUserInput(e.LinkText);
 }
Example #8
0
 private void obj_LinkClicked(System.Object sender, System.Windows.Forms.LinkClickedEventArgs e)
 {
     this.OnChanged(sender);
 }
Example #9
0
 private void richTextBox_description_LinkClicked(object sender, System.Windows.Forms.LinkClickedEventArgs e)
 {
     Process.Start(e.LinkText);
 }