Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
This example shows how to get a reference to the Application object instance for the current AppDomain.
Example
The following example shows how to get a reference to the current Application object instance from the Current property.
// Get a reference to the current Application object
Application currentApplication = Application.Current;