)>}]
شركة التطبيقات المتكاملة لتصميم وبرمجة البرمجيات الخاصة ش.ش.و.
Integrated Applications Programming Company
Home » Code Library » Default (Ia.Ftn.Cl.Models.Data.Nokia)

Public general use code classes and xml files that we've compiled and used over the years:

Defaul general support class for Nokia's Fixed Telecommunications Network (FTN) data model.

    1: namespace Ia.Ftn.Cl.Models.Data.Nokia
    2: {
    3:     ////////////////////////////////////////////////////////////////////////////
    4:  
    5:     /// <summary publish="true">
    6:     /// Defaul general support class for Nokia's Fixed Telecommunications Network (FTN) data model.
    7:     /// </summary>
    8:     /// 
    9:     /// <remarks> 
   10:     /// Copyright © 2014-2017 Jasem Y. Al-Shamlan (info@ia.com.kw), Integrated Applications - Kuwait. All Rights Reserved.
   11:     /// </remarks> 
   12:     public class Default
   13:     {
   14:         ////////////////////////////////////////////////////////////////////////////
   15:  
   16:         /// <summary>
   17:         ///
   18:         /// </summary>
   19:         public Default() { }
   20:  
   21:         ////////////////////////////////////////////////////////////////////////////
   22:         ////////////////////////////////////////////////////////////////////////////
   23:     }
   24:  
   25:     ////////////////////////////////////////////////////////////////////////////
   26:     ////////////////////////////////////////////////////////////////////////////   
   27: }