File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 2424 </Grid .ColumnDefinitions>
2525 <Image Width =" 64" Height =" 64" Source =" /MemPlus;component/Resources/Images/ram.png" />
2626 <Separator Margin =" 5" Grid.Column=" 1" Style =" {StaticResource {x:Static ToolBar.SeparatorStyleKey}}" />
27- <TextBlock Grid.Column=" 2" >
28- MemPlus was created by DeadLine.<LineBreak />
29- <LineBreak />
30- Images: small-n-flat by paomedia<LineBreak />
31- Theme: Syncfusion<LineBreak />
32- Version: 1.3.2.0<LineBreak />
33- <LineBreak />
34- Copyright © CodeDead 2018
35- </TextBlock >
27+ <TextBlock x : Name =" TxbInfo" Grid.Column=" 2" />
3628 </Grid >
3729 <Grid Grid.Row=" 1" >
3830 <Grid .ColumnDefinitions>
Original file line number Diff line number Diff line change 11using System ;
2+ using System . Reflection ;
23using System . Windows ;
34using System . Windows . Input ;
45using MemPlus . Business . GUI ;
@@ -33,6 +34,8 @@ public AboutWindow(LogController logController)
3334 ChangeVisualStyle ( ) ;
3435 LoadProperties ( ) ;
3536
37+ TxbInfo . Text = "MemPlus was created by DeadLine.\n \n Images: small-n-flat by paomedia\n Theme: Syncfusion\n Version: " + Assembly . GetExecutingAssembly ( ) . GetName ( ) . Version + "\n \n Copyright © CodeDead 2018" ;
38+
3639 _logController . AddLog ( new ApplicationLog ( "Done initializing AboutWindow" ) ) ;
3740 }
3841
You can’t perform that action at this time.
0 commit comments