Example #1
0
	getChannel(channelName: string): IChannel {
		return this.mainProcessConnection.getChannel(channelName);
	}