Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var rwritter = new ResourceWriter("res.resource");
- rwritter.AddResource("ii", new Bitmap("image.png"));
- rwritter.Close();
- Params.EmbeddedResources.Add("res.resource");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement