Exemplo n.º 1
0
 public ProducerForm()
 {
     InitializeComponent();
     s_ProducerManager = new ProducerManager();
        // DataSetComboBoxGame();
     tabPage1.Text = "Input Situation and Attention";
     tabPage2.Text = "Input Risks and Solutions";
     DateTimeFormat();
 }
Exemplo n.º 2
0
 public StudioManagerForm()
 {
     InitializeComponent();
     tabPage1.Text = "Input Project";
     tabPage2.Text = "View Report";
     tabPage3.Text = "Input Allocation";
     s_SMManager = new SMManager();
     s_ProducerManager = new ProducerManager();
     DateTimeFormat();
     DataSetComboBoxProd();
 }