Ejemplo n.º 1
0
 public PersionManage(SystemSession ss)
 {
     InitializeComponent();
     this.session = ss;
 }
Ejemplo n.º 2
0
 public login(SystemSession ss)
 {
     InitializeComponent();
     this.login_times = 0;
     this.session     = ss;
 }
Ejemplo n.º 3
0
 public Form1()
 {
     this.session = new SystemSession();
     InitializeComponent();
 }
Ejemplo n.º 4
0
 public systemFunc(SystemSession ss)
 {
     InitializeComponent();
     this.session = ss;
 }