|
|
@ -5,7 +5,6 @@ using System.Linq;
|
|
|
|
using System.Text;
|
|
|
|
using System.Text;
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
namespace Banquale.Model
|
|
|
|
namespace Banquale.Model
|
|
|
|
{
|
|
|
|
{
|
|
|
|
public class Account : INotifyPropertyChanged
|
|
|
|
public class Account : INotifyPropertyChanged
|
|
|
@ -84,8 +83,16 @@ namespace Banquale.Model
|
|
|
|
|
|
|
|
|
|
|
|
//public void AskForHelp(string type, string type2, string message)
|
|
|
|
//public void AskForHelp(string type, string type2, string message)
|
|
|
|
//{
|
|
|
|
//{
|
|
|
|
|
|
|
|
// Console.WriteLine("Help button pressed !");
|
|
|
|
//}
|
|
|
|
//}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
internal static void AskForHelp(Entry request, Entry subject, Editor message)
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
Console.WriteLine(request);
|
|
|
|
|
|
|
|
Console.WriteLine(subject);
|
|
|
|
|
|
|
|
Console.WriteLine(message);
|
|
|
|
|
|
|
|
Console.WriteLine("Help button pressed !");
|
|
|
|
|
|
|
|
//throw new NotImplementedException();
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|