Radegast.IMTabWindow.AddNetcomEvents C# (CSharp) 메소드

AddNetcomEvents() 개인적인 메소드

private AddNetcomEvents ( ) : void
리턴 void
        private void AddNetcomEvents()
        {
            netcom.ClientLoginStatus += new EventHandler<LoginProgressEventArgs>(netcom_ClientLoginStatus);
            netcom.ClientDisconnected += new EventHandler<DisconnectedEventArgs>(netcom_ClientDisconnected);
            instance.GlobalSettings.OnSettingChanged += new Settings.SettingChangedCallback(GlobalSettings_OnSettingChanged);
        }