E
Erick
I'm converting some code which calls the Visual Studio extensibility
classes.
In vb.net one of the paramaters is the reference to the application it
self which is passed through the My.Application object.
When i look through MSDN I get that the
System.Windows.Application.Current is suppose to be the equivalent
However, the System.Windows.Application.Current only exists in
Silverlight
"This" passess a reference of the current object and not the entire
app.
So how do i pass a reference of the current application in C#
regards
classes.
In vb.net one of the paramaters is the reference to the application it
self which is passed through the My.Application object.
When i look through MSDN I get that the
System.Windows.Application.Current is suppose to be the equivalent
However, the System.Windows.Application.Current only exists in
Silverlight
"This" passess a reference of the current object and not the entire
app.
So how do i pass a reference of the current application in C#
regards