AppVeyor.UI.ToolWindows.AppVeyorWindow.OnShow C# (CSharp) Method

OnShow() public method

public OnShow ( int fShow ) : int
fShow int
return int
        public int OnShow(int fShow)
        {
            AppVeyorWindowViewModel.Instance.Initialize();
            return VSConstants.S_OK;
        }