コード例 #1
0
        public pe_gmmu(pe_grmu grmu, pe_muta muta)
        {
            this._pe_grmu_id = grmu.pe_grmu_id;
            this._pe_muta_id = muta.pe_muta_id;

            muta.pe_gmmu_list.Add(this);
            grmu.pe_gmmu_list.Add(this);

            OnCreated();
        }
コード例 #2
0
 public virtual void add_grmu(pe_grmu grmu)
 {
     grmu.pe_ip = this;
     grmu.no_ip = no_ip;
     this.pe_grmu_list.Add(grmu);
 }