コード例 #1
0
 public ProviderLookupDialog()
 {
     this.m_ClientGroupCollection = YellowstonePathology.Business.Gateway.PhysicianClientGateway.GetClientGroupCollection();
     InitializeComponent();
     DataContext = this;
     this.TextBoxProviderName.Focus();
 }
コード例 #2
0
 public ProviderLookupDialog()
 {
     this.m_ClientGroupCollection = YellowstonePathology.Business.Gateway.PhysicianClientGateway.GetClientGroupCollection();
     InitializeComponent();
     DataContext = this;
     this.TextBoxProviderName.Focus();
 }
コード例 #3
0
        public ClientBillingReportDialog()
        {
            this.m_PostDateStart         = DateTime.Today;
            this.m_PostDateEnd           = DateTime.Today;
            this.m_ClientGroupCollection = YellowstonePathology.Business.Gateway.PhysicianClientGateway.GetClientGroupCollection();

            InitializeComponent();

            this.DataContext = this;
        }
コード例 #4
0
        public ClientBillingReportDialog()
        {
            this.m_PostDateStart =DateTime.Today;
            this.m_PostDateEnd = DateTime.Today;
            this.m_ClientGroupCollection = YellowstonePathology.Business.Gateway.PhysicianClientGateway.GetClientGroupCollection();

            InitializeComponent();

            this.DataContext = this;
        }