コード例 #1
0
 internal void RemoveAllSwoops()
 {
     lock (Swoops)
     {
         Swoops.Clear();
     }
     IsDirty = true;
     Refresh();
 }