コード例 #1
0
ファイル: TSVNToolWindow.cs プロジェクト: soutputlog/TSVN
        /// <summary>
        /// Initializes a new instance of the <see cref="TSVNToolWindow"/> class.
        /// </summary>
        ///
        public TSVNToolWindow() : base(null)
        {
            Caption = "TSVN Pending Changes";
            Content = new TSVNToolWindowControl();

            _tsvnToolWindowControl = Content as TSVNToolWindowControl;
        }
コード例 #2
0
ファイル: TSVNToolWindow.cs プロジェクト: sboulema/TSVN
        /// <summary>
        /// Initializes a new instance of the <see cref="TSVNToolWindow"/> class.
        /// </summary>
        /// 
        public TSVNToolWindow() : base(null)
        {
            Caption = "TSVN Pending Changes";
            Content = new TSVNToolWindowControl();

            _tsvnToolWindowControl = Content as TSVNToolWindowControl;
        }