This commit is contained in:
Zihan Chen
2019-01-10 15:50:38 -08:00
parent ca86736eb2
commit fbeecda1f9
2 changed files with 2 additions and 1 deletions
@@ -338,7 +338,7 @@
<Cell Site="row:2 column:2">
<Button Text="OK">
<att.BoundsComposition-set AlignmentToParent="left:0 top:0 right:0 bottom:0" PreferredMinSize="x:60"/>
<ev.Clicked-eval><![CDATA[{ self.Close(); }]]></ev.Clicked-eval>
<ev.Clicked-eval><![CDATA[{ self.Ready = true; self.Close(); }]]></ev.Clicked-eval>
</Button>
</Cell>
<Cell Site="row:2 column:3">
@@ -447,6 +447,7 @@ Closures
void __vwsnf35_Demo_demo_NewFolderWindowConstructor___vwsn_demo_NewFolderWindow_Initialize_::operator()(::vl::presentation::compositions::GuiGraphicsComposition* sender, ::vl::presentation::compositions::GuiEventArgs* arguments) const
{
(::vl::__vwsn::This(__vwsnthis_0->self)->Ready = true);
::vl::__vwsn::This(__vwsnthis_0->self)->Close();
}