Exemple #1
0
        protected override Task InitializeAsync(System.Threading.CancellationToken cancellationToken,
                                                IProgress <ServiceProgressData> progress)
        {
            var options = (Options)GetDialogPage(typeof(Options));

            Logger.Initialize(ServiceProvider.GlobalProvider, Vsix.Name);
            OpenVimCommand.Initialize(this, options);

            return(Task.FromResult <object>(null));
        }
Exemple #2
0
 public static void Initialize(Package package, Options options)
 {
     Instance = new OpenVimCommand(package, options);
 }