Remove the const string as we don't need them here.
This commit is contained in:
parent
6ca8d8453e
commit
8d94f5fc0e
@ -15,8 +15,6 @@ namespace GreatHomeChildcare
|
|||||||
{
|
{
|
||||||
//Global instance of the SqliteDataAccess object.
|
//Global instance of the SqliteDataAccess object.
|
||||||
SqliteDataAccess SqliteDataAccess = new SqliteDataAccess();
|
SqliteDataAccess SqliteDataAccess = new SqliteDataAccess();
|
||||||
const string DEFAULT_PIC_TAG = "DefaultPic";
|
|
||||||
const string CUSTOM_PIC_TAG = "dickpic";
|
|
||||||
|
|
||||||
public static string strPin = String.Empty;
|
public static string strPin = String.Empty;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user