• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

なろうブックマーク分析用ツールのPrism+WinUI3サンプル実装


Commit MetaInfo

修訂b6e377b109fc228216c1241422932b294e393aac (tree)
時間2022-08-29 21:47:26
作者yoshy <yoshy.org.bitbucket@gz.j...>
Commiteryoshy

Log Message

[UPD] タイトルバーのウィンドウタイトルを設定

Change Summary

差異

--- a/TestNarou3/App.xaml.cs
+++ b/TestNarou3/App.xaml.cs
@@ -244,11 +244,12 @@ public partial class App : PrismApplication
244244 logger.Info("{0} v{1}.{2}.{3}.{4}",
245245 asm.Name, ver.Major, ver.Minor, ver.Build, ver.Revision);
246246
247- PrepareInitialView();
248-
249247 AppWindow appWindow = GetCurrentAppWindow();
248+ appWindow.Title = "TestNarou3";
250249 appWindow.Closing += OnClosing;
251250
251+ PrepareInitialView();
252+
252253 logger.Trace("OnStartup end");
253254 }
254255