Exemple #1
0
		void OnMenu_FileNewSqlWindow (object o, EventArgs args) 
		{
			SqlSharpGtk sqlSharp = new SqlSharpGtk ();
			sqlSharp.Show ();
		}
Exemple #2
0
		public LoginDialog(SqlSharpGtk sqlSharpGtk) 
		{ 
			sqlSharp = sqlSharpGtk;
			CreateGui();
		}
Exemple #3
0
		public static int Main (string[] args) 
		{		
			Application.Init ();
			SqlSharpGtk sqlSharp = new SqlSharpGtk ();
			sqlSharp.Show ();			
			Application.Run ();
			return 0;
		}