Пример #1
0
        public void Initialize(FormMain parent)
        {
            _parentForm = parent;

            Expedition   = new NotifierExpedition(Utility.Configuration.Config.NotifierExpedition);
            Construction = new NotifierConstruction(Utility.Configuration.Config.NotifierConstruction);
            Repair       = new NotifierRepair(Utility.Configuration.Config.NotifierRepair);
            Condition    = new NotifierCondition(Utility.Configuration.Config.NotifierCondition);
            Damage       = new NotifierDamage(Utility.Configuration.Config.NotifierDamage);
        }
		public void Initialize( FormMain parent ) {

			_parentForm = parent;

			Expedition = new NotifierExpedition( Utility.Configuration.Config.NotifierExpedition );
			Construction = new NotifierConstruction( Utility.Configuration.Config.NotifierConstruction );
			Repair = new NotifierRepair( Utility.Configuration.Config.NotifierRepair );
			Condition = new NotifierCondition( Utility.Configuration.Config.NotifierCondition );
			Damage = new NotifierDamage( Utility.Configuration.Config.NotifierDamage );
			
		}
Пример #3
0
        public void Initialize(FormMain parent)
        {
            _parentForm = parent;

            var c = Utility.Configuration.Config;

            Expedition      = new NotifierExpedition(c.NotifierExpedition);
            Construction    = new NotifierConstruction(c.NotifierConstruction);
            Repair          = new NotifierRepair(c.NotifierRepair);
            Condition       = new NotifierCondition(c.NotifierCondition);
            Damage          = new NotifierDamage(c.NotifierDamage);
            AnchorageRepair = new NotifierAnchorageRepair(c.NotifierAnchorageRepair);
        }
		public void Initialize( FormMain parent ) {

			_parentForm = parent;

			var c = Utility.Configuration.Config;

			Expedition = new NotifierExpedition( c.NotifierExpedition );
			Construction = new NotifierConstruction( c.NotifierConstruction );
			Repair = new NotifierRepair( c.NotifierRepair );
			Condition = new NotifierCondition( c.NotifierCondition );
			Damage = new NotifierDamage( c.NotifierDamage );
			AnchorageRepair = new NotifierAnchorageRepair( c.NotifierAnchorageRepair );

		}