개정판 0f6604ce
pemss api 기능 추가
compare 기능 수정
Change-Id: I1d075dc7d6abf78289758b58a550766956bcdaee
KCOM/App.xaml.cs | ||
---|---|---|
33 | 33 |
public string ProjectNO { get; set; } |
34 | 34 |
public string UserID { get; set; } |
35 | 35 |
public int Mode { get; set; } |
36 |
|
|
37 |
/// <summary> |
|
38 |
/// pemss에서 전달되는 ID |
|
39 |
/// </summary> |
|
40 |
public string pId { get; set; } |
|
41 |
|
|
42 |
/// <summary> |
|
43 |
/// pemss에서 전달되는 ID |
|
44 |
/// </summary> |
|
45 |
public string uId { get; set; } |
|
36 | 46 |
} |
37 | 47 |
/// <summary> |
38 | 48 |
/// App.xaml에 대한 상호 작용 논리 |
39 | 49 |
/// </summary> |
40 | 50 |
public partial class App : Application |
41 | 51 |
{ |
52 |
public static bool IsDesignMode |
|
53 |
{ |
|
54 |
get |
|
55 |
{ |
|
56 |
return DesignerProperties.GetIsInDesignMode(new DependencyObject()); |
|
57 |
} |
|
58 |
private set { } |
|
59 |
} |
|
60 |
|
|
42 | 61 |
public static BasicHttpBinding _binding; |
43 | 62 |
public static EndpointAddress _EndPoint; |
44 | 63 |
public static EndpointAddress _EndPoint_SaveLoad; |
... | ... | |
95 | 114 |
|
96 | 115 |
public App() |
97 | 116 |
{ |
98 |
|
|
117 |
Telerik.Windows.Controls.StyleManager.ApplicationTheme = new Telerik.Windows.Controls.VisualStudio2013Theme(); |
|
99 | 118 |
} |
100 | 119 |
|
101 | 120 |
protected override async void OnStartup(StartupEventArgs e) |
내보내기 Unified diff