OSDN Git Service

FDK.メディア.グラフィックデバイス クラスに、FDK.UI.Framework を内包。
[strokestylet/CsWin10Desktop3.git] / FDK / UI / Framework.cs
index 00478a8..f271941 100644 (file)
@@ -24,6 +24,11 @@ namespace FDK.UI
 
                public void Dispose()
                {
+                       this.Clear();
+               }
+
+               public void Clear()
+               {
                        this.Root?.Dispose();
                        this.Root = null;
                }