Exemple #1
0
 public InfoShow(Person _person)
 {
     InitializeComponent();
     p = _person;
     mode = AllValue.loginUser.m_authority;
 }