This commit is contained in:
kudzu_cp 2011-07-18 03:46:20 +00:00
parent be9dbc0f4a
commit 9cf288ec18

View file

@ -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) {