コード例 #1
0
ファイル: PatientListView.cs プロジェクト: mahitosh/HRA4
        /**************************************************************************************************/
        private void dateTimePicker1_ValueChanged(object sender, EventArgs e)
        {
            if (thePatientList != null)
            {
                loadingCircle1.Active  = true;
                loadingCircle1.Visible = true;

                SetPatientListWhereClaus();
                thePatientList.LoadObject();
            }
        }