コード例 #1
0
 void MakeSlipList()
 {
     this.slipList.Clear();
     foreach (Slipcs s in _slip.FindAll())
     {
         slipList.Add(s);
     }
 }