Beispiel #1
0
 public Holderpicture_url(Holderpicture_url other)
 {
     have_data = other.haveData();
     data      = other.referenced();
     if (have_data)
     {
     }
 }
Beispiel #2
0
 protected override void handle_result(Typepicture_url result)
 {
     //@@@        Debug.Assert(!have_value);
     have_value = true;
     value      = new Holderpicture_url(result);
 }