コード例 #1
0
ファイル: ProducerForm.cs プロジェクト: m4verick/report2an
 public ProducerForm()
 {
     InitializeComponent();
     s_ProducerManager = new ProducerManager();
        // DataSetComboBoxGame();
     tabPage1.Text = "Input Situation and Attention";
     tabPage2.Text = "Input Risks and Solutions";
     DateTimeFormat();
 }
コード例 #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();
 }