Update TODO.md

This commit is contained in:
Zihan Chen
2017-01-01 11:46:21 -08:00
committed by GitHub
parent 38e3cc39db
commit dd3fcf87a6
+1 -1
View File
@@ -148,7 +148,7 @@ interface ICountDown : IStateMachine
### Sample (Xml)
```xml
<Instance ref.CodeBehind="false" ref.Class="demo::MainWindow">
<ref.Property Name="CountDown" Type="ICountDown^" Value="self.CreateCountDown()"/>
<ref.Component Name="CountDown" Type="ICountDown^" Value="self.CreateCountDown()"/>
<Window ref.Name="self" Text="State Machine" ClientSize="x:480 y:320">
<att.BoundsComposition-set PreferredMinSize="x:480 y:320"/>
<!-- ignore layout settings -->