コード例 #1
0
ファイル: ProdWnd.cs プロジェクト: ymz000/kpgweigher
 private void UpdateOne(SchemeItem n, int startpos)
 {
     n.Visible = (startpos < totalNum);
     if (n.Visible)
     {
         n.Product = imglist[startpos];
     }
 }
コード例 #2
0
ファイル: ProdWnd.cs プロジェクト: imdmmp/kpgweigher
 private void UpdateOne(SchemeItem n, int startpos)
 {
     n.Visible =  (startpos < totalNum);
     if(n.Visible)
     {
         n.Product = imglist[startpos];
     }
 }