개정판 df4559fc
dev issue #000 : add mapping form
Change-Id: Iec2e6998333bc502804d42a77716dfcfa2e8fb94
DTI_PID/SPPIDConverter_AutoModeling/ConverterForm.cs | ||
---|---|---|
221 | 221 |
if (form.ShowDialog() == DialogResult.OK) |
222 | 222 |
SetSPPIDDBUI(); |
223 | 223 |
} |
224 |
|
|
225 |
private void btnItemMapping_Click(object sender, EventArgs e) |
|
226 |
{ |
|
227 |
if (!_ProjectInfo.Enable) |
|
228 |
{ |
|
229 |
MessageBox.Show(Msg.PleaseSetID2ProjectInfo, Msg.Warning, MessageBoxButtons.OK, MessageBoxIcon.Warning); |
|
230 |
return; |
|
231 |
} |
|
232 |
|
|
233 |
MappingForm form = new MappingForm(); |
|
234 |
form.ShowDialog(); |
|
235 |
} |
|
224 | 236 |
} |
225 | 237 |
} |
내보내기 Unified diff