예제 #1
0
 public OrderInChinaBank(CUR_TYPE t, string n)
 {
     type = t;
     name = n;
 }
예제 #2
0
 public Country(string s, CUR_TYPE t)
 {
     sym  = s;
     type = t;
 }
예제 #3
0
 public Country(string s, CUR_TYPE t)
 {
     sym = s;
     type = t;
 }
예제 #4
0
 public OrderInChinaBank(CUR_TYPE t, string n)
 {
     type = t;
     name = n;
 }