mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-21 21:38:52 +00:00
This commit is contained in:
parent
be9dbc0f4a
commit
9cf288ec18
1 changed files with 3 additions and 1 deletions
|
|
@ -26,7 +26,9 @@ namespace Cosmos.Cosmos_VS_Windows {
|
|||
InitializeComponent();
|
||||
|
||||
mitmCopy.Click += new RoutedEventHandler(mitmCopy_Click);
|
||||
if ((mData != null) && (mData.Length > 0)) Update(mData);
|
||||
if ((mData != null) && (mData.Length > 0)) {
|
||||
Update(mData);
|
||||
}
|
||||
}
|
||||
|
||||
void mitmCopy_Click(object sender, RoutedEventArgs e) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue