Commit 0b8ca038 by wangonghui

修改足球界面bug

parent a7b12882
...@@ -25,6 +25,14 @@ namespace VIZ.TVP.FTB.Module ...@@ -25,6 +25,14 @@ namespace VIZ.TVP.FTB.Module
InitializeComponent(); InitializeComponent();
WPFHelper.BindingViewModel(this, new MessageLRDateViewModel()); WPFHelper.BindingViewModel(this, new MessageLRDateViewModel());
this.Closing += MessageLastRecordDate_Closing;
}
private void MessageLastRecordDate_Closing(object sender, System.ComponentModel.CancelEventArgs e)
{
e.Cancel = true;
this.Visibility = Visibility.Collapsed;
} }
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment