/// <summary> /// The enter. /// </summary> /// <param name="sender"> /// The sender. /// </param> /// <param name="method"> /// The method. /// </param> public static void WinEventEnter(object sender, string method) { WindowsEventLog.Enter(sender, method); }
/// <summary> /// The enter. /// </summary> /// <param name="method"> /// The method. /// </param> public static void WinEventEnter(string method) { WindowsEventLog.Enter(method); }