示例#1
0
 public void ShowOnly(IExtention extention)
 {
     foreach (var item in AllExtentions.Except(new IExtention[] { extention }).ToArray())
     {
         item?.Form?.Close();
     }
 }