31 lines
719 B
C#
31 lines
719 B
C#
///#################################################################
|
|
/// PROJECT : CASA - Common Authentication Services Adapter
|
|
/// FILE : Firefox.cs
|
|
/// DESCRIPTION : GUI implementation of Firefox store.
|
|
/// AUTHORS : CSL.Manojna
|
|
/// UPDATED ON : 26 Sept, 05
|
|
///#################################################################
|
|
|
|
|
|
namespace Novell.CASA.GUI {
|
|
|
|
using System;
|
|
using Gtk;
|
|
using Glade;
|
|
|
|
public class Firefox : Store
|
|
{
|
|
public override void AggregateStore()
|
|
{
|
|
|
|
}
|
|
|
|
public override void ViewKeyValues()
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|
|
///##################################################################
|
|
/// END OF FILE
|
|
///################################################################## |