コード例 #1
0
        public ConfigurationRepack AddRepack()
        {
            var newElement = new ConfigurationRepack();

            Repacks.Add(newElement);
            return(newElement);
        }
コード例 #2
0
 public void RemoveRepack(ConfigurationRepack configurationRepack)
 {
     Repacks.Remove(configurationRepack);
 }