File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
33 xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
44 xmlns : sys =" clr-namespace:System;assembly=mscorlib"
5-
65 DispatcherUnhandledException =" App_OnDispatcherUnhandledException" >
76 <Application .Resources>
87 <ResourceDictionary >
Original file line number Diff line number Diff line change 77 mc : Ignorable =" d"
88 x : Name =" TaskCreationWindow"
99 Title =" Task creation" Height =" {StaticResource PopupWindowHeight}" Width =" {StaticResource PopupWindowWidth}"
10+ Icon =" ..\Resources\Add.ico"
1011 WindowStartupLocation =" CenterScreen" >
1112 <Window .Resources>
1213 <converters : SaveCommandConverter x : Key =" SaveCommandConverter" />
Original file line number Diff line number Diff line change 55 xmlns : d =" http://schemas.microsoft.com/expression/blend/2008"
66 mc : Ignorable =" d"
77 Title =" Task editing" Height =" {StaticResource PopupWindowHeight}" Width =" {StaticResource PopupWindowWidth}"
8+ Icon =" ..\Resources\Edit.ico"
89 WindowStartupLocation =" CenterScreen" >
910 <Grid FocusManager.FocusedElement=" {Binding ElementName=Name}" Margin =" {StaticResource DefaultMargin}" >
1011 <Grid .RowDefinitions>
You can’t perform that action at this time.
0 commit comments