~grubng-dev/grubng/tools-urlsdb

« back to all changes in this revision

Viewing changes to Utils.cs

  • Committer: thindil
  • Date: 2011-04-10 08:40:53 UTC
  • Revision ID: thindil2@gmail.com-20110410084053-pohd7o6cqg8zlkv4
fixed bug with show messages

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
                public Utils(bool q)
66
66
                {
67
67
                        this.quiet = q;
 
68
                        Console.Clear();
68
69
                }
69
70
                
70
71
                /// <summary>
142
143
                /// Timer for show work progress informations.
143
144
                /// </summary>
144
145
                /// <param name="sender">
145
 
                /// A <see cref="System.Object"/>
 
146
                /// A <see cref="System.Object"/> unused.
146
147
                /// </param>
147
148
                /// <param name="e">
148
 
                /// A <see cref="System.Timers.ElapsedEventArgs"/>
 
149
                /// A <see cref="System.Timers.ElapsedEventArgs"/> unused.
149
150
                /// </param>
150
151
                void OnProgress(object sender, System.Timers.ElapsedEventArgs e)
151
152
                {