示例#1
0
        public Shell()
        {
#if DEBUG
            BindingErrorTraceListener.SetTrace();
#endif
            InitializeComponent();
        }
示例#2
0
        public ShellRibbon()
        {
#if DEBUG
            BindingErrorTraceListener.SetTrace();
#endif
            InitializeComponent();

            // Insert code required on object creation below this point.
        }