개정판 47ad9a46
dev issue #589 : Flow Mark Modeling 기능 개발 완료
Change-Id: Ib66c43b7e616049b5b2426657b0d250f84888925
DTI_PID/SPPIDConverter/Form/SPPIDSplashScreen.cs | ||
---|---|---|
17 | 17 |
{ |
18 | 18 |
InitializeComponent(); |
19 | 19 |
this.labelControl1.Text = "Copyright © 2018-" + DateTime.Now.Year.ToString(); |
20 |
TopMost = true; |
|
21 | 20 |
} |
22 | 21 |
private void SPPIDSplashScreen_Load(object sender, EventArgs e) |
23 | 22 |
{ |
23 |
TopMost = true; |
|
24 | 24 |
//StartPosition = FormStartPosition.Manual; |
25 | 25 |
//Location = new Point(0, 0); |
26 | 26 |
} |
내보내기 Unified diff