개정판 a34f58f6
Controls/RowIndexColumn.cs 추가
Change-Id: Id6950e2fb5ec9e44f4f68819a0fc6277ddc51019
ConvertService/ServiceBase/Markus.Service.StationController/App.xaml.cs | ||
---|---|---|
14 | 14 |
/// </summary> |
15 | 15 |
public partial class App : Application |
16 | 16 |
{ |
17 |
|
|
18 |
public static bool IsDesignMode |
|
19 |
{ |
|
20 |
get |
|
21 |
{ |
|
22 |
return DesignerProperties.GetIsInDesignMode(new DependencyObject()); |
|
23 |
} |
|
24 |
private set { } |
|
25 |
} |
|
26 |
|
|
17 | 27 |
//private System.Windows.Forms.NotifyIcon _notifyIcon; |
18 | 28 |
//private bool _isExit; |
19 | 29 |
|
내보내기 Unified diff