blah blah blah is here! blah blah » Close

0
votes
0 answers

User control library needs to call implementation in another library

I am trying to create a managed user control c# library (dll) that can call static class methods from another managed library (Call this the implementation). Both of these libraries will be referenced from a windows form application from th ...

1
votes
1 answers

Interaction between classes - static method?

Hello all! Im writing a win32 program in C# where the user may do some change in configuration of the program wich is then saved to a file. He can do this from a windows form within some class wich is not the main class. I then want the ...

0
votes
1 answers

don't understand some syntax

I've got some code which doesn't make sense to me. I would appreciate some help as I am still new to c# The code is: private class VolumeBuilder : IDisposable { #region Private fields private r ...

0
votes
1 answers

c# IEnumerable debugging question.

My background is Java and I'm new to c#. I noticed in a class constructor it didn't call a routine called FilterSourceFrames. I did this by putting break points and seeing where it stopped. I thought it might be something to do with the ...

Feedback