Example #1
0
 public Form3(string userid)
 {
     user   = userid;
     cln    = new Entity.EntCalon();
     clnDao = Factory.FactLogin.GetInterfaceCalon();
     InitializeComponent();
     AturText(false);
     AturButton(true);
 }
 public FrmInputCalon()
 {
     cln    = new Entity.EntCalon();
     login  = new Entity.EntLogin();
     clnDao = Factory.FactLogin.GetInterfaceCalon();
     InitializeComponent();
     AturText(false);
     AturButton(true);
 }
Example #3
0
 public static Interface.IntCalon GetInterfaceCalon()
 {
     Calon = new Implement.ImpCalon();
     return(Calon);
 }