Пример #1
0
 {    /// <summary>Runs the bot.</summary>
     public static void Run(IBot bot)
     {
         using (var platform = new ConsolePlatform())
         {
             platform.DoRun(bot);
         }
     }
	{/// <summary>Runs the bot.</summary>
		public static void Run(IBot bot)
		{
			using (var platform = new ConsolePlatform())
			{
				platform.DoRun(bot);
			}
		}