コード例 #1
0
        public Shell()
        {
#if DEBUG
            BindingErrorTraceListener.SetTrace();
#endif
            InitializeComponent();
        }
コード例 #2
0
ファイル: ShellRibbon.xaml.cs プロジェクト: alipov/open-rm
        public ShellRibbon()
        {
#if DEBUG
            BindingErrorTraceListener.SetTrace();
#endif
            InitializeComponent();

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