Talifun.Commander.Command.Configuration.BindToElementEventArgs.BindToElementEventArgs C# (CSharp) 메소드

BindToElementEventArgs() 공개 메소드

public BindToElementEventArgs ( AppSettingsSection appSettings, CommanderSection commanderSettings, NamedConfigurationElement element ) : System
appSettings System.Configuration.AppSettingsSection
commanderSettings CommanderSection
element NamedConfigurationElement
리턴 System
		public BindToElementEventArgs(AppSettingsSection appSettings, CommanderSection commanderSettings, NamedConfigurationElement element)
        {
			AppSettings = appSettings;
			CommanderSettings = commanderSettings;
            Element = element;
        }
BindToElementEventArgs