13 lines
175 B
C#
13 lines
175 B
C#
using System;
|
|
using KeePassLib;
|
|
|
|
namespace keepass2android
|
|
{
|
|
public class SprContext
|
|
{
|
|
public SprContext(PwEntry entry, PwDatabase kpDatabase, object all)
|
|
{
|
|
|
|
}
|
|
}
|
|
} |