Diff of /trunk/Mainform.xaml.cs
Parent Directory
|
Revision Log
|
Patch
| revision 68, Tue Nov 11 10:36:33 2008 UTC | revision 70, Fri Nov 14 10:36:06 2008 UTC | |
|---|---|---|
| # | Line 26 | Line 26 |
| 26 | App.Current.Exit += Current_Exit; | App.Current.Exit += Current_Exit; |
| 27 | ||
| 28 | Startup(); | Startup(); |
| 29 | ||
| 30 | } | } |
| 31 | ||
| 32 | void Current_Exit(object sender, ExitEventArgs e) | void Current_Exit(object sender, ExitEventArgs e) |
| # | Line 71 | Line 72 |
| 72 | messageDialog.Items.RemoveAt(0); | messageDialog.Items.RemoveAt(0); |
| 73 | ||
| 74 | messageDialog.Items.Add(msg); | messageDialog.Items.Add(msg); |
| 75 | messageDialog.ScrollIntoView(msg); | //messageDialog.ScrollIntoView(msg); |
| 76 | } | } |
| 77 | ) | ) |
| 78 | ); | ); |
| # | Line 96 | Line 97 |
| 97 | logBox.Items.RemoveAt(0); | logBox.Items.RemoveAt(0); |
| 98 | ||
| 99 | logBox.Items.Add(log); | logBox.Items.Add(log); |
| Console.WriteLine(log); | ||
| 100 | ||
| 101 | //logBox.ScrollIntoView(lbi); | //logBox.ScrollIntoView(lbi); |
| 102 | } | } |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

