Exemplo n.º 1
0
        //public clEnvironment myEnv = new clEnvironment();
        //public clEmployee myEmp = new clEmployee();

        public OperatorLoginForm(XmlDocument ConfigFile)
        {
            InitializeComponent();
            this.myXMLdoc          = ConfigFile;
            this.BelMESobj         = null;
            this.ExtraLoginEnabled = false;
        }
Exemplo n.º 2
0
 public OperatorLoginForm(XmlDocument ConfigFile, XmlDocument ExtraLoginConfigFile, BelMES BelMESobj)
 {
     InitializeComponent();
     this.myXMLdoc          = ConfigFile;
     this.ExtraLoginXMLdoc  = ExtraLoginConfigFile;
     this.BelMESenabled     = true;
     this.BelMESobj         = BelMESobj;
     this.ExtraLoginEnabled = true;
 }
Exemplo n.º 3
0
 public SimpleMode_Form(BelMES objBM, String StationName)
 {
     this.objBelMes   = objBM;
     this.StationName = StationName;
     InitializeComponent();
 }