Пример #1
0
        public void FireBeginBusy(object sender, BeginBusyEventArgs e)
        {
            REPlugin.Instance.Debug.WriteObject(e);

            if (this.BeginBusy != null)
            {
                this.BeginBusy(sender, e);
            }
        }
Пример #2
0
 internal void WriteObject(BeginBusyEventArgs obj)
 {
     this.WriteObject_ArgLessEventArgs("BeginBusyEventArgs");
 }