コード例 #1
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);
        }
コード例 #2
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 );

		}