コード例 #1
0
        protected override void Initialize()
        {
            var optionsEventProvider = GeneralOptionProvider.Instance;
            var commandService       = GetService(typeof(IMenuCommandService)) as OleMenuCommandService;

            FunctionListControl = new FunctionListControl(optionsEventProvider, commandService);
            Content             = FunctionListControl;
        }
コード例 #2
0
 public static void FunctionListWindowCreated(FunctionListControl functionListControl)
 {
     _functionListControl = functionListControl;
     _instance?.SetLastResultFunctionList(CancellationToken.None);
 }