개정판 6c781c0c
issue #573 : Direct DB Connection Modify
Client Method Modify
KCOM/Controls/Sample.xaml.cs | ||
---|---|---|
249 | 249 |
} |
250 | 250 |
else |
251 | 251 |
{ |
252 |
System.Diagnostics.Debug.WriteLine("페이지 정보가 없습니다"); |
|
252 |
//System.Diagnostics.Debug.WriteLine("페이지 정보가 없습니다");
|
|
253 | 253 |
} |
254 | 254 |
} |
255 | 255 |
} |
... | ... | |
263 | 263 |
void user_PropertyChanged(object sender, System.ComponentModel.PropertyChangedEventArgs e) |
264 | 264 |
{ |
265 | 265 |
SetCommentPages(); |
266 |
System.Diagnostics.Debug.WriteLine(e.PropertyName); |
|
266 |
//System.Diagnostics.Debug.WriteLine(e.PropertyName);
|
|
267 | 267 |
} |
268 | 268 |
public void SetCommentPages() |
269 | 269 |
{ |
내보내기 Unified diff