示例#1
0
 public void UnGroup(Guid guid)
 {
     if (_activeView == null)
     {
         return;
     }
     IsDirty = true;
     _activeView.Ungroup(guid);
 }