BExplorer.Shell.Interop.NotifyInfos.NotifyInfos C# (CSharp) 메소드

NotifyInfos() 공개 메소드

public NotifyInfos ( ShellNotifications notification ) : System
notification ShellNotifications
리턴 System
        public NotifyInfos(ShellNotifications.SHCNE notification) { Notification = notification; Item1 = IntPtr.Zero; Item2 = IntPtr.Zero; }
        public ShellNotifications.SHCNE Notification;
NotifyInfos