コード例 #1
0
        public ReportCommentSelection()
        {
            this.m_CytologyReportCommentCollection = YellowstonePathology.Business.Gateway.AccessionOrderGateway.GetCytologyReportComments();

            InitializeComponent();

            this.ListViewReportComment.DataContext = this.m_CytologyReportCommentCollection;
        }
コード例 #2
0
        public ReportCommentSelection()
        {
            this.m_CytologyReportCommentCollection = YellowstonePathology.Business.Gateway.AccessionOrderGateway.GetCytologyReportComments();

            InitializeComponent();

            this.ListViewReportComment.DataContext = this.m_CytologyReportCommentCollection;
        }
コード例 #3
0
        public CytologyReportCommentDialog()
        {
            this.m_CytologyReportComments = YellowstonePathology.Business.Gateway.AccessionOrderGateway.GetCytologyReportComments();

            InitializeComponent();

            this.DataContext = this;
        }
コード例 #4
0
        public CytologyReportCommentDialog()
        {
            this.m_CytologyReportComments = YellowstonePathology.Business.Gateway.AccessionOrderGateway.GetCytologyReportComments();

            InitializeComponent();

            this.DataContext = this;
        }