Ejemplo n.º 1
0
        /// <summary>
        ///
        /// </summary>
        public frmMain()
        {
            InitializeComponent();

            CommuniSoft.UISynchronizationContext      = WindowsFormsSynchronizationContext.Current;
            CommuniSoft.IsUseUISynchronizationContext = true;

            this.tvStation.ImageList = YeHeCommuniServerApp.Default.ResourceManager.ImageList;
            appp = CommuniServer.YeHeCommuniServerApp.Default;

            appp.MainForm = this;
            this.Text     = strings.AppName;
            this.SetListenPortText();
        }
Ejemplo n.º 2
0
        /// <summary>
        /// 
        /// </summary>
        public frmMain()
        {
            InitializeComponent();

            CommuniSoft.UISynchronizationContext = WindowsFormsSynchronizationContext.Current;
            CommuniSoft.IsUseUISynchronizationContext = true;

            this.tvStation.ImageList = YeHeCommuniServerApp.Default.ResourceManager.ImageList;
            appp = CommuniServer.YeHeCommuniServerApp.Default;

            appp.MainForm = this;
            this.Text = strings.AppName;
            this.SetListenPortText();
        }