示例#1
0
 public Search_Program(string ProgramID)
 {
     InitializeComponent();
     F9Visible       = false;
     mpe             = new M_Program_Entity();
     mpb             = new MasterTouroku_Program_BL();
     HeaderTitleText = "プログラム";
 }
示例#2
0
 public MasterTouroku_Program()
 {
     InitializeComponent();
     mpbl = new MasterTouroku_Program_BL();
     mpe  = new M_Program_Entity();
 }