コード例 #1
0
 public AddBranch()
 {
     InitializeComponent();
     EmC = new EmController();
     id  = EmC.CountBranches() + 1;
 }