aba9cf4037
* Added some extensions methods * Refactored Result behaviour * Added missing exception messages * Removed telegrator-specific host builder (obsolete) * Code cleanup and bug fixes
10 lines
131 B
C#
10 lines
131 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace Telegrator;
|
|
|
|
public class WideReceiverOptions
|
|
{
|
|
}
|