コード例 #1
0
 public void RemoveRegion(string name)
 {
     if (!string.IsNullOrEmpty(name))
     {
         _regionClient.RemoveRegion(name);
     }
 }