예제 #1
0
 public void InitializePackage()
 {
     AssemblyLoadingGuard.Protect();
     AssemblyLoadingGuard.LoadXpfLibraries();
     Options             = SerializeHelper.DeSerializeSettings();
     GenerateMenuHelper  = new GenerateMenuItemsHelper(this, dte);
     ToolWindowViewModel = new ToolWindowViewModel(dte, Options, GenerateMenuHelper, GetBlameWindow);
     GenerateNavigationMenu();
 }
 public TotalMergeWindowControl()
 {
     AssemblyLoadingGuard.Protect();
     InitializeComponent();
 }
예제 #3
0
 public MultipleCheckInControl()
 {
     AssemblyLoadingGuard.Protect();
     InitializeComponent();
 }
예제 #4
0
 public ManualMergeControl()
 {
     AssemblyLoadingGuard.Protect();
     InitializeComponent();
 }
예제 #5
0
 public OptionsControl()
 {
     AssemblyLoadingGuard.Protect();
     InitializeComponent();
 }
예제 #6
0
 public FlatUIControl()
 {
     AssemblyLoadingGuard.Protect();
     InitializeComponent();
 }
 public InternalBlameControl()
 {
     AssemblyLoadingGuard.Protect();
     InitializeComponent();
     grid.Focus();
 }
예제 #8
0
 public RootSettingsControl()
 {
     AssemblyLoadingGuard.Protect();
     InitializeComponent();
 }
예제 #9
0
 public StatusCheckOutControl()
 {
     AssemblyLoadingGuard.Protect();
     InitializeComponent();
 }
 public NavigationConfigUserControl()
 {
     AssemblyLoadingGuard.Protect();
     InitializeComponent();
     Loaded += OnLoaded;
 }