GoogleCloudExtension.CloudExplorer.CloudExplorerCommand.Initialize C# (CSharp) 메소드

Initialize() 공개 정적인 메소드

Initializes the singleton instance of the command.
public static Initialize ( Microsoft.VisualStudio.Shell.Package package ) : void
package Microsoft.VisualStudio.Shell.Package Owner package, not null.
리턴 void
        public static void Initialize(Package package)
        {
            Instance = new CloudExplorerCommand(package);
        }