Exemplo n.º 1
0
        private void FormMain_Load(object sender, System.EventArgs e)
        {
            //  set { the initial state of the controls.
            InitControlState();

            //  Load and display a project.
            YaoDurant.Data.UtilData utilData = new UtilData();
            theProject = utilData.GetProject("17");
            alTasks    = utilData.GetTasks("17");
            DisplayProject();
        }