Exemplo n.º 1
0
 internal void LoadAssignmentsAddition()
 {
         NewAdvancedTaskPopUp newAdvanced = new NewAdvancedTaskPopUp(Dimensions.GetWidth() * 0.7, Dimensions.GetHeight() / 1.2, ControlsValues.ASSIGNMENTS.Remove(ControlsValues.ASSIGNMENTS.Length - 1), _projectName, true, this);
 }
Exemplo n.º 2
0
 internal void LoadMaintenanceAddition()  
 {
         NewAdvancedTaskPopUp newAdvanced = new NewAdvancedTaskPopUp(Dimensions.GetWidth() * 0.7, Dimensions.GetHeight() / 1.2, ControlsValues.MAINTENANCE, _projectName, true, this);
 }
Exemplo n.º 3
0
 internal void LoadTrainingAddition()
 {
         NewAdvancedTaskPopUp newAdvanced = new NewAdvancedTaskPopUp(Dimensions.GetWidth() * 0.7, Dimensions.GetHeight() / 1.2, ControlsValues.TRAINING, _projectName, true, this);
 }