예제 #1
0
    IEnumerator UpdateLstCode()
    {
        yield return(null);

        AllExistStockID aesid = new AllExistStockID();

        aesid.LoadByNet();
    }
예제 #2
0
 public void Excute()
 {
     AllExistStockID aId = new AllExistStockID();
     aId.LoadByLocal();
 }
예제 #3
0
    public void Excute()
    {
        AllExistStockID aId = new AllExistStockID();

        aId.LoadByLocal();
    }
예제 #4
0
 IEnumerator UpdateLstCode()
 {
     yield return null;
     AllExistStockID aesid = new AllExistStockID();
     aesid.LoadByNet();
 }