Exemplo n.º 1
0
 public Roles(Idatastore datastore)
 {
     InitializeComponent();
     btnRolesr.BackColor = System.Drawing.Color.RoyalBlue;
     datastore.showRoleData();
     this.datastore = datastore;
 }
Exemplo n.º 2
0
 public Goals(int index, Idatastore datastore)
 {
     InitializeComponent();
     btnGoalsg.BackColor = System.Drawing.Color.RoyalBlue;
     this.datastore      = datastore;
     i = index;
 }
Exemplo n.º 3
0
 public Login(Idatastore datastore)
 {
     InitializeComponent();
     this.datastore = datastore;
 }
Exemplo n.º 4
0
 public SignUp(Idatastore datastore)
 {
     InitializeComponent();
     this.datastore = datastore;
 }