Пример #1
0
 public Holderpickup_estimate(Holderpickup_estimate other)
 {
     have_data = other.haveData();
     data      = other.referenced();
     if (have_data)
     {
     }
 }
Пример #2
0
 protected override void handle_result(Typepickup_estimate result)
 {
     //@@@        Debug.Assert(!have_value);
     have_value = true;
     value      = new Holderpickup_estimate(result);
 }