개정판 e52385b9
issue #000: BaseClientAddress MARKUS.ini File로 통합
Change-Id: I05d621ff60251bb08eb9c165e1309f4dff65a111
KCOM/Controls/cadPanel.xaml.cs | ||
---|---|---|
120 | 120 |
//MessageBox.Show(sResult); |
121 | 121 |
if (sResult == "SUCCESS") |
122 | 122 |
{ |
123 |
// _resultpath = System.IO.Path.Combine(System.IO.Path.GetDirectoryName(AppDomain.CurrentDomain.BaseDirectory + "Cad\\" + "commentstring.json"), |
|
124 |
// System.IO.Path.GetFileNameWithoutExtension(AppDomain.CurrentDomain.BaseDirectory + "Cad\\" + "commentstring.json") + ".dwg"); |
|
125 |
|
|
126 | 123 |
CadResultViewer check = new CadResultViewer(); |
127 | 124 |
check.WindowStartupLocation = WindowStartupLocation.CenterScreen; |
128 | 125 |
check.filename = destFile; |
129 |
//check.filepath.Text = _resultpath; |
|
130 | 126 |
check.Title = "Result"; |
131 | 127 |
check.Show(); |
132 |
|
|
133 |
//clear.IsEnabled = false; |
|
134 |
//export.IsEnabled = false; |
|
135 |
|
|
136 | 128 |
} |
137 | 129 |
else |
138 | 130 |
{ |
내보내기 Unified diff