Subversion Repositories AndroidProjects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
795 chris 1
using System;
2
using System.Collections.Generic;
3
using System.Linq;
4
using System.Text;
5
using System.Threading.Tasks;
6
 
7
namespace BauzoidNET.app
8
{
9
    public class Consts
10
    {
11
        public const string LOG_TAG = "BauzoidNET";
12
 
13
        private Consts()
14
        {
15
        }
16
    }
17
}