Пример #1
0
 public i_connect(int No_, int Order_No_, string URL_, Type_Order order_type_, string Proxy_)
 {
     No         = No_;
     Order_No   = Order_No_;
     URL        = URL_;
     order_type = order_type_;
     Proxy      = Proxy_;
 }
Пример #2
0
 public i_Order(int no, int User_No_, int Max_Connect_, string URL_, Type_Order Type_order_)
 {
     No          = no;
     User_No     = User_No_;
     Max_Connect = Max_Connect_;
     URL         = URL_;
     Type_order  = Type_order_;
 }
Пример #3
0
 public i_Account_Set(
     Type_Order Type_order_,
     int Connect_No_,
     int Account_No_,
     string ID_,
     string PW_,
     int Order_No_)
 {
     Account_No = Account_No_;
     Type_order = Type_order_;
     Connect_No = Connect_No_;
     ID         = ID_;
     PW         = PW_;
     Order_No   = Order_No_;
 }