コード例 #1
0
ファイル: FontSizeData.cs プロジェクト: sthapa123/WPF-SBMS
 protected virtual void Dispose(bool disposing)
 {
     if (disposing)
     {
         // Code to dispose the managed resources of the class
         FontSizeChangedEventManager.RemoveListener(FontSizeManager.Instance, this);
     }
     // Code to dispose the un-managed resources of the class
 }
コード例 #2
0
ファイル: FontSizeData.cs プロジェクト: sthapa123/WPF-SBMS
 internal FontSizeData()
 {
     FontSizeChangedEventManager.AddListener(FontSizeManager.Instance, this);
 }