public PersionManage(SystemSession ss)
 {
     InitializeComponent();
     this.session = ss;
 }
Beispiel #2
0
 public login(SystemSession ss)
 {
     InitializeComponent();
     this.login_times = 0;
     this.session     = ss;
 }
Beispiel #3
0
 public Form1()
 {
     this.session = new SystemSession();
     InitializeComponent();
 }
 public systemFunc(SystemSession ss)
 {
     InitializeComponent();
     this.session = ss;
 }