Esempio n. 1
0
 public void TestOPCSampleGrpConfigStartModelConstructor01()
 {
     OPCSampleGrpConfigStartModel oPCSampleGrpConfigStartModel = new OPCSampleGrpConfigStartModel();
 }
Esempio n. 2
0
        public static OPCSampleGrpConfigStartModel CreateOPCSampleGrpConfigStartModel01()
        {
            OPCSampleGrpConfigStartModel oPCSampleGrpConfigStartModel = new OPCSampleGrpConfigStartModel();

            return(oPCSampleGrpConfigStartModel);
        }
Esempio n. 3
0
        public void TestCreateOPCSampleGrpConfigStartModel01()
        {
            OPCSampleGrpConfigStartModel oPCSampleGrpConfigStartModel = CreateOPCSampleGrpConfigStartModel01();

            Assert.IsNotNull(oPCSampleGrpConfigStartModel);
        }
 /// <summary>
 ///  Callback function which links controller with its view and model classes.
 /// </summary>
 /// <param name="model"></param>
 /// <param name="view"></param>
 public override void AttachCallBack(IModel model, IView view)
 {
     m_model = (OPCSampleGrpConfigStartModel)model;
     m_view  = (OPCSampleGrpConfigStart)view;
 }