references

  1. H

    The Designer could not be shown (error CS0234 I think)

    Today I received a C# solution. It includes multiple projects and multiple files. (Several screens- forms I guess) I don't even want to build or run at this point. I just want to see the screens. When clicking on a cs file (that i believe -but I am not sure- it is generated by the designer), I...
  2. F

    Question Copying an object changes its reference

    I'm using an "object factory/pool" to store sprites. I have it set up so that: ASprite tmp = spritePool.GetObject(); tmp.state = 133; Will make a new object for tmp, then set its state to 133. All the objects in the pool are stored in an array. Now, I want to populate that pool by...
Back
Top Bottom