예제 #1
0
 public void Show()
 {
     if (_model.IsFloat || _model.IsDock)
     {
         return;
     }
     //if (!_model.IsActive)
     // {
     called_Show = true;
     _model.Root.Manager.ShowAutoHideWindow(this);
     _model.IsActive = true;
     if (LayoutSetting.GetDefaultIsFloatAnchorable(_model.Title))
     {
         _model.Float();
     }
     // }
 }