示例#1
0
 public void NotifyWindowManager()
 {
     if (GO.GetService(typeof(IWindowManager)) is IWindowManager manager)
     {
         manager.NotifyWindow(this);
     }
 }