mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-27 01:19:52 -04:00
12 lines
165 B
C#
12 lines
165 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace DynamicBibleUtility
|
|
{
|
|
class Helpers
|
|
{
|
|
}
|
|
}
|