Beispiel #1
0
        /// <summary>
        /// Called when custom get application.
        /// </summary>
        /// <param name="e">The e.</param>
        internal static void OnCustomGetApplication(CustomGetApplicationArgs e)
        {
            var handler = CustomGetApplication;

            if (handler != null)
            {
                handler(null, e);
            }
        }
Beispiel #2
0
 /// <summary>
 /// Called when custom get application.
 /// </summary>
 /// <param name="e">The e.</param>
 internal static void OnCustomGetApplication(CustomGetApplicationArgs e)
 {
     var handler = CustomGetApplication;
     if (handler != null) handler(null, e);
 }