Code:
namespace HelloWorld
{
public class VaultFormsCmdExt : IExtension
{
public MyCustomTabControl tabControl;
public static PropInst[] fileProperties = new PropInst[] { null };
public static PropDef[] propDefs = new PropDef[] { null };
public static File selectedFile = null;
I am getting this message when trying to build the solution:
"<filename> does not implement interface member ......IExtensio n.OnLogOff"
What might be causing this error?
Comment