Sha256: fef6caa54597c8839bbeb81e17819f12d9e89cbcba73e76ce30193cf9761681f
Contents?: true
Size: 1.16 KB
Versions: 1
Compression:
Stored size: 1.16 KB
Contents
using System; using System.Collections.Generic; using System.Net; using System.Windows; using System.Windows.Controls; using System.Windows.Documents; using System.Windows.Ink; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Animation; using System.Windows.Shapes; using rhoruntime; namespace rho { namespace NavbarImpl { public class Navbar : NavbarBase { public Navbar() { // initialize class instance in C# here } } public class NavbarSingleton : NavbarSingletonBase { public NavbarSingleton() { // initialize singleton instance in C# here } public override void create(IReadOnlyDictionary<string, string> navBarProperties, IMethodResult oResult) { // implement this method in C# here } public override void remove(IMethodResult oResult) { // implement this method in C# here } public override void started(IMethodResult oResult) { // implement this method in C# here } } public class NavbarFactory : NavbarFactoryBase { } } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tauplatform-1.0.1 | lib/commonAPI/coreapi/ext/platform/wp8/generated/stub_impl/Navbar_impl.cs |