EISLog OpenWindow
This commit is contained in:
@@ -381,7 +381,7 @@ namespace DDUtilityApp.LOGPARSER.PARSER
|
|||||||
dlg.Size = sender.Size;
|
dlg.Size = sender.Size;
|
||||||
dlg.StartPosition = FormStartPosition.CenterParent;
|
dlg.StartPosition = FormStartPosition.CenterParent;
|
||||||
dlg.ServerName = this.ServerName;
|
dlg.ServerName = this.ServerName;
|
||||||
dlg.Equipment = sender.Equipment;
|
dlg.Equipment = sender.Equipment == null ? new EisEquipment() { EquipmentID = this.EquipmentID, Server = new LogServer(this.ServerName)} : sender.Equipment;
|
||||||
dlg.SelectedLogFiles = logFiles.ToArray();
|
dlg.SelectedLogFiles = logFiles.ToArray();
|
||||||
DialogResult dlgResult = dlg.ShowDialog();
|
DialogResult dlgResult = dlg.ShowDialog();
|
||||||
if (dlgResult != DialogResult.OK) return null;
|
if (dlgResult != DialogResult.OK) return null;
|
||||||
|
|||||||
Reference in New Issue
Block a user