Updating csproj Files

This commit is contained in:
FlorianDahn
2019-09-26 23:27:38 +02:00
parent 1d44b50883
commit f0fa953819
4 changed files with 77 additions and 20 deletions
+1 -13
View File
@@ -25,19 +25,7 @@ namespace TelegramBotBase.Controls
public ButtonForm ButtonsForm { get; set; }
public int? MessageId
{
get
{
return m_iMessageId;
}
set
{
m_iMessageId = value;
}
}
private int? m_iMessageId = null;
public int? MessageId { get; set; }
/// <summary>
/// Defines which type of Button Keyboard should be rendered.