개정판 b2d0f316
Feature: 선택한 객체를 앞으로(+)/뒤로(-) 보내기 기능 추가
Change-Id: I9130a93cfdb2d079f28258f3d669a6f532695f89
KCOM/App.xaml.cs | ||
---|---|---|
125 | 125 |
} |
126 | 126 |
|
127 | 127 |
private string versionPath = null; |
128 |
//public SplashScreen splash = new SplashScreen("splash.png"); |
|
129 |
public static SplashScreenWindow splashScreen = new SplashScreenWindow(); |
|
128 |
public static SplashScreenWindow splashScreen { get; } = new SplashScreenWindow(); |
|
130 | 129 |
|
131 | 130 |
public App() |
132 | 131 |
{ |
내보내기 Unified diff