개정판 a34f58f6
Controls/RowIndexColumn.cs 추가
Change-Id: Id6950e2fb5ec9e44f4f68819a0fc6277ddc51019
ConvertService/ServiceBase/Markus.Service.StationController/ViewModel/DataBaseByStatusViewModel.cs | ||
---|---|---|
149 | 149 |
{ |
150 | 150 |
base.Loaded(); |
151 | 151 | |
152 |
if (!IsDesignMode) |
|
152 |
if (!App.IsDesignMode)
|
|
153 | 153 |
{ |
154 | 154 |
backgroundWorker = new BackgroundWorker(); |
155 | 155 |
backgroundWorker.DoWork += backgroundWorker_DoWork; |
... | ... | |
163 | 163 | |
164 | 164 |
public override void Closed() |
165 | 165 |
{ |
166 |
if (!IsDesignMode) |
|
166 |
if (!App.IsDesignMode)
|
|
167 | 167 |
{ |
168 | 168 |
backgroundWorker.DoWork -= backgroundWorker_DoWork; |
169 | 169 |
backgroundWorker.RunWorkerCompleted -= backgroundWorker_RunWorkerCompleted; |
내보내기 Unified diff