mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-04-21 04:26:29 +02:00
Initial version.
This commit is contained in:
parent
193aaa1a56
commit
b72c67a53e
228 changed files with 25924 additions and 0 deletions
18
TINKLib/View/MasterDetail/INavigationMasterDetail.cs
Normal file
18
TINKLib/View/MasterDetail/INavigationMasterDetail.cs
Normal file
|
@ -0,0 +1,18 @@
|
|||
using System;
|
||||
|
||||
namespace TINK.View.MasterDetail
|
||||
{
|
||||
public interface INavigationMasterDetail
|
||||
{
|
||||
/// <summary>
|
||||
/// Creates and a page an shows it.
|
||||
/// </summary>
|
||||
/// <param name="p_oTypeOfPage">Type of page to show.</param>
|
||||
void ShowPage(Type p_oTypeOfPage, string p_strTitle = null);
|
||||
|
||||
/// <summary>
|
||||
/// Set a value indicating whether master deatail navigation menu is available or not.
|
||||
/// </summary>
|
||||
bool IsGestureEnabled { set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue