Exemplo n.º 1
0
            // static methods
            private static void NewItemCreateNotification(Linq.Item x, Action <ProgressChangedEventArgs> progress)
            {
                string _template = "New stub entry for the '{0}' item of title '{1}' has been created and must be manually updated.";

                progress(new ProgressChangedEventArgs(1, String.Format(_template, x.GetType().Name, x.Title)));
            }