ShootBlues.Script.JabberGateway.ConfigureJabberGateway C# (CSharp) Method

ConfigureJabberGateway() public method

public ConfigureJabberGateway ( object sender, EventArgs args ) : void
sender object
args System.EventArgs
return void
        public void ConfigureJabberGateway(object sender, EventArgs args)
        {
            Program.Scheduler.Start(
                Program.ShowStatusWindow("Jabber Gateway"),
                TaskExecutionPolicy.RunAsBackgroundTask
            );
        }