mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-05-22 07:01:23 +08:00
Update release
This commit is contained in:
@@ -420,7 +420,7 @@
|
||||
<![CDATA[
|
||||
{
|
||||
Contact.Update(textBoxName.Text, datePickerBirthday.Date, textBoxPhone.Text, textBoxAddress.Text);
|
||||
self.Ready = false;
|
||||
self.Ready = true;
|
||||
self.Close();
|
||||
}
|
||||
]]>
|
||||
|
||||
@@ -404,6 +404,7 @@ Closures
|
||||
void __vwsnf32_Demo_demo_NewContactWindowConstructor___vwsn_initialize_instance__::operator()(::vl::presentation::compositions::GuiGraphicsComposition* sender, ::vl::presentation::compositions::GuiEventArgs* arguments) const
|
||||
{
|
||||
::vl::__vwsn::This(__vwsnthis_0->Contact.Obj())->Update(::vl::__vwsn::This(__vwsnthis_0->textBoxName)->GetText(), ::vl::__vwsn::This(__vwsnthis_0->datePickerBirthday)->GetDate(), ::vl::__vwsn::This(__vwsnthis_0->textBoxPhone)->GetText(), ::vl::__vwsn::This(__vwsnthis_0->textBoxAddress)->GetText());
|
||||
(::vl::__vwsn::This(__vwsnthis_0->self)->Ready = true);
|
||||
::vl::__vwsn::This(__vwsnthis_0->self)->Close();
|
||||
}
|
||||
|
||||
|
||||
@@ -256,7 +256,7 @@ namespace demo
|
||||
bool GetForEdit();
|
||||
void SetForEdit(bool __vwsn_value_);
|
||||
::vl::Event<void()> ForEditChanged;
|
||||
bool Ready = true;
|
||||
bool Ready = false;
|
||||
::vl::Ptr<::demo::IContact> __vwsn_parameter_Contact = ::vl::Ptr<::demo::IContact>();
|
||||
::vl::Ptr<::demo::IContact> GetContact();
|
||||
NewContactWindow(::vl::Ptr<::demo::IContact> __vwsn_ctor_parameter_Contact);
|
||||
|
||||
Reference in New Issue
Block a user